We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776be71 commit ab03026Copy full SHA for ab03026
1 file changed
tests/unit_tests/test_mesh.py
@@ -1287,7 +1287,7 @@ def test_write_ascii_vtk_unchanged(run_in_tmpdir):
1287
arr = reader.GetOutput().GetCellData().GetArray("data")
1288
read_data = np.array([arr.GetTuple1(i) for i in range(ref_data.size)])
1289
np.testing.assert_almost_equal(read_data, ref_data.ravel())
1290
-
+
1291
def test_rectilinear_mesh_get_indices_at_coords():
1292
"""Test get_indices_at_coords method for RectilinearMesh"""
1293
# Create a 3x2x2 rectilinear mesh with non-uniform spacing
0 commit comments