Skip to content

Commit

Permalink
test what fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Nov 17, 2024
1 parent b205652 commit 0927df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/apps/dataset_manager/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def __len__(self):
return segment.stop_frame - segment.start_frame + 1

def _get_db_images(self):
raise NotImplementedError()
return (image for image in self._db_data.images.all() if image.frame in self.abs_range)

@property
Expand Down

0 comments on commit 0927df6

Please sign in to comment.