Skip to content

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-wilkins committed Oct 23, 2024
1 parent fe9c67e commit fb6c635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slicers/utest_meshmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
It's pretty hard to test componentwise, but we can do some tests of the general behaviour
"""

from sasdata.slicing.meshes import meshmerge
from sasdata.slicing.meshes.meshmerge import meshmerge
from test.slicers.meshes_for_testing import (
grid_mesh, shape_mesh, expected_grid_mappings, expected_shape_mappings)

Expand Down

0 comments on commit fb6c635

Please sign in to comment.