Skip to content

Commit 1400a47

Browse files
committed
Add imports needed for parallel testing
1 parent 6c8845e commit 1400a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/addon/esmpy/src/esmpy/test/test_api/test_regrid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@
4141
from esmpy.util.mesh_utilities import compute_mass_mesh
4242
from esmpy.util.mesh_utilities import initialize_field_mesh
4343
from esmpy.util.mesh_utilities import mesh_create_10
44+
from esmpy.util.mesh_utilities import mesh_create_10_parallel
4445
from esmpy.util.mesh_utilities import mesh_create_50
46+
from esmpy.util.mesh_utilities import mesh_create_50_parallel
4547
from esmpy.util.mesh_utilities import mesh_create_50_ngons
48+
from esmpy.util.mesh_utilities import mesh_create_50_ngons_parallel
4649
from numpy.testing import assert_array_almost_equal
4750

4851

0 commit comments

Comments
 (0)