Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jan 14, 2025
1 parent 90bc70a commit 2305934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/core/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ def to_mongo(self, sample_collection):
else:
label_filter = self._filter

if is_frame_field:
if is_frame_field and not self._frames:
if self._is_labels_list_field:
_make_filter_pipeline = _get_filter_frames_list_field_pipeline
else:
Expand Down
1 change: 1 addition & 0 deletions fiftyone/core/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,7 @@ def _pipeline(
detach_groups=detach_groups,
groups_only=groups_only,
manual_group_select=manual_group_select,
optimize_frames=optimize_frames,
post_pipeline=post_pipeline,
)

Expand Down

0 comments on commit 2305934

Please sign in to comment.