Skip to content

Commit

Permalink
fix dataset group slice is not being used on launch_app
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed May 24, 2024
1 parent ee0d85c commit a247276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fiftyone/core/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| `voxel51.com <https://voxel51.com/>`_
|
"""

from collections import defaultdict
from dataclasses import asdict
from functools import wraps
Expand Down Expand Up @@ -417,6 +418,7 @@ def __init__(
view_name=final_view_name,
spaces=spaces,
color_scheme=build_color_scheme(color_scheme, dataset, config),
group_slice=(dataset.group_slice if dataset else None),
)
self._client = fosc.Client(
address=address,
Expand Down

0 comments on commit a247276

Please sign in to comment.