From ba72199df02061d2f0aeca00296ad3a474f5576d Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 11 Aug 2022 07:58:00 -0500 Subject: [PATCH] rm empty line --- tests/regression_tests/unstructured_mesh/test.py | 1 - 1 file changed, 1 deletion(-) 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