Skip to content

Commit 78b9eab

Browse files
author
Lachlan Grose
committed
tests: updating test to new method name
1 parent 20407e4 commit 78b9eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/interpolator/test_unstructured_supports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_get_elements():
1111

1212
mesh = UnStructuredTetMesh(nodes,elements,neighbours)
1313
points = np.random.random((100,3))
14-
verts, c, tetra, inside = mesh.get_tetra_for_location(points)
14+
verts, c, tetra, inside = mesh.get_element_for_location(points)
1515

1616
vertices = nodes[elements,:]
1717
pos = points[:,:]

0 commit comments

Comments
 (0)