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

Update tests

parent 24b6e88f
No related branches found
No related tags found
1 merge request!11Fixing wrongly applied GENIE trk status codes
Pipeline #20665 passed with warnings
......@@ -98,7 +98,7 @@ class TestAANET(unittest.TestCase):
evt = self.fobj.events[0]
np.testing.assert_array_equal(evt.mc_tracks.pdgid,
[12, 11, 2212, 111, 211, -211])
np.testing.assert_array_equal(evt.mc_tracks.status, [0, 1, 1, 1, 1, 1])
np.testing.assert_array_equal(evt.mc_tracks.status, [100, 1, 1, 1, 1, 1])
np.testing.assert_array_almost_equal(evt.mc_tracks.E, [
11.90433897, 2.1818, 1.45689677, 0.49284856, 8.33975778, 0.28362369
])
......
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