From e77d85584f86fc176f4930aa6ffdbc925e1e3d90 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Sat, 26 Apr 2014 14:19:11 -0700 Subject: [PATCH] Change size of Cyl2D Interpolation tests. --- SimPEG/Tests/test_interpolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Tests/test_interpolation.py b/SimPEG/Tests/test_interpolation.py index a2b58df9..6eb7ba70 100644 --- a/SimPEG/Tests/test_interpolation.py +++ b/SimPEG/Tests/test_interpolation.py @@ -152,7 +152,7 @@ class TestInterpolation2dCyl(OrderTest): meshTypes = ['uniformCylMesh'] # MESHTYPES + tolerance = 0.6 meshDimension = 2 - meshSizes = [16, 32, 64] + meshSizes = [32, 64, 128, 256] def getError(self): funX = lambda x, y: np.cos(2*np.pi*y)