diff --git a/tests/regression_tests/unstructured_mesh/test.py b/tests/regression_tests/unstructured_mesh/test.py index 6146c1b1e..9ed36c69c 100644 --- a/tests/regression_tests/unstructured_mesh/test.py +++ b/tests/regression_tests/unstructured_mesh/test.py @@ -57,7 +57,6 @@ class UnstructuredMeshTest(PyAPITestHarness): np.testing.assert_array_equal(umesh.vertices[0], exp_vertex) np.testing.assert_array_equal(umesh.centroid(0), exp_centroid) - # loop over the tallies and get data for tally in sp.tallies.values(): # find the regular and unstructured meshes