Skip to content
Snippets Groups Projects
Commit 5102e956 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Fix column rename in test

parent 9be9542d
No related branches found
No related tags found
1 merge request!45Free Particle Cuts
......@@ -92,7 +92,7 @@ class TestGiBUUOutput(unittest.TestCase):
def test_event_values(self):
arr = self.output.arrays
np.testing.assert_array_almost_equal(
arr["M"][0], [0.860474, 0.019044, 0.019044, 0.019044])
arr["M2"][0], [0.860474, 0.019044, 0.019044, 0.019044])
@pytest.mark.skipif(not KM3NET_LIB_AVAILABLE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment