Skip to content

Commit

Permalink
Merge pull request #4423 from voxel51/bugfix/launch-app-grp-slice
Browse files Browse the repository at this point in the history
fix dataset group slice is not being used on launch_app
  • Loading branch information
brimoor authored May 24, 2024
2 parents ee0d85c + f132021 commit a70ed4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fiftyone/core/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
| `voxel51.com <https://voxel51.com/>`_
|
"""

from collections import defaultdict
from dataclasses import asdict
from functools import wraps

try:
Expand Down Expand Up @@ -417,6 +417,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 a70ed4b

Please sign in to comment.