Skip to content

Commit 357bf62

Browse files
authored
Update test_mesh.py
1 parent 5770a77 commit 357bf62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit_tests/test_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,4 +1353,4 @@ def test_rectilinear_mesh_get_indices_at_coords():
13531353
with pytest.raises(ValueError):
13541354
mesh.get_indices_at_coords([0.5, -0.5, 110.])
13551355
with pytest.raises(ValueError):
1356-
mesh.get_indices_at_coords([0.5, -20., 110
1356+
mesh.get_indices_at_coords([0.5, -20., 110.])

0 commit comments

Comments
 (0)