don't test 3D mesh2mesh (too big at the moment)

This commit is contained in:
Lindsey Heagy
2016-04-02 12:20:00 -07:00
parent 2e642776ad
commit 122d9318bb
+1 -1
View File
@@ -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])