Add first test for slicing
Compare changes
Files
2- Tamas Gal authored
+ 9
− 2
@@ -570,8 +570,15 @@ class OfflineTracks:
This MR will allow to slice OfflineTracks
, so they return OfflineTracks
again (for consistent behaviour). Currently an OfflineTrack
is returned, regardless of the slice type (tracks[23]
vs tracks[5:23]
).