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

Update tests

parent db79d50d
No related branches found
No related tags found
1 merge request!8W2list
......@@ -118,7 +118,7 @@ class TestAANET(unittest.TestCase):
np.testing.assert_allclose(evt.mc_tracks.pos_z, 208.57726764)
usr = evt.mc_tracks.usr[0]
# XSEC
np.testing.assert_almost_equal(evt.w2list[2], 40.62418521597373)
np.testing.assert_almost_equal(evt.w2list[13], 40.62418521597373)
# Bx
np.testing.assert_almost_equal(evt.w2list[7], 0.35479262672400624)
# By
......
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