Skip to content

Commit ab03026

Browse files
committed
tidy up space
1 parent 776be71 commit ab03026

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
@@ -1287,7 +1287,7 @@ def test_write_ascii_vtk_unchanged(run_in_tmpdir):
12871287
arr = reader.GetOutput().GetCellData().GetArray("data")
12881288
read_data = np.array([arr.GetTuple1(i) for i in range(ref_data.size)])
12891289
np.testing.assert_almost_equal(read_data, ref_data.ravel())
1290-
1290+
12911291
def test_rectilinear_mesh_get_indices_at_coords():
12921292
"""Test get_indices_at_coords method for RectilinearMesh"""
12931293
# Create a 3x2x2 rectilinear mesh with non-uniform spacing

0 commit comments

Comments
 (0)