mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 21:08:35 +08:00
Change size of Cyl2D Interpolation tests.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user