mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 18:25:42 +08:00
don't test 3D mesh2mesh (too big at the moment)
This commit is contained in:
@@ -6,7 +6,7 @@ import unittest
|
||||
|
||||
test1D = True
|
||||
test2D = True
|
||||
test3D = True
|
||||
test3D = False
|
||||
|
||||
call1 = lambda fun, xyz: fun(xyz)
|
||||
call2 = lambda fun, xyz: fun(xyz[:, 0], xyz[:, -1])
|
||||
|
||||
Reference in New Issue
Block a user