BioroboticsLab / bb_binary

Binary Format for the BeesBook detections
Apache License 2.0
1 stars 3 forks source link

Iter_frames raises AssertionError if begin and end are outside of Repository limits #18

Open aschle opened 7 years ago

aschle commented 7 years ago

If iterating over a repository with iter_frames using begin and end and both parameters are not within the repository limits it raises an AssertionError. I would assume to get something returned which is empty, or a nice hint about being outside of the repository limits.