Skip to content
Snippets Groups Projects
Commit af5e8d12 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove obsolete test

parent 419d35a8
No related branches found
No related tags found
1 merge request!47Resolve "uproot4 integration"
......@@ -392,12 +392,12 @@ class TestOfflineTracks(unittest.TestCase):
track_selection_2 = tracks[1:3]
assert 2 == len(track_selection_2)
for _slice in [
slice(0, 0),
slice(0, 1),
slice(0, 2),
slice(1, 5),
slice(3, -2),
]:
print(f"checking {_slice}")
self.assertListEqual(
list(tracks.E[:, 0][_slice]), list(tracks[_slice].E[:, 0])
)
......
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