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)