Skip to content
Snippets Groups Projects
Commit f8e6bda1 authored by Rodrigo G. Ruiz's avatar Rodrigo G. Ruiz
Browse files

fix tests

parent 3e576129
No related branches found
No related tags found
1 merge request!54Resolve "Missing status and mother_id in offline reader"
Pipeline #18599 passed with warnings
......@@ -412,7 +412,7 @@ class TestOfflineTracks(unittest.TestCase):
self.f = OFFLINE_FILE
self.tracks = OFFLINE_FILE.events.tracks
self.tracks_numucc = OFFLINE_NUMUCC
self.mc_tracks = OFFLINE_MC_TRACK
self.mc_tracks = OFFLINE_MC_TRACK.mc_tracks
self.n_events = 10
self.status = [100, 5, 11, 15, 1, 12, 12, 12, 12, 12]
self.mother_id = [-1, -1, 1, 1, 0, 2, 5, 5, 6, 8]
......
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