Skip to content

Commit

Permalink
Update subdataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Nov 4, 2024
1 parent 1e89fce commit 8bb0d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellmap_data/subdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(
) -> None:
"""
Args:
dataset: CellMapDataset | CellMapMultiDataset | CellMapDatasetWriter
dataset: CellMapDataset | CellMapMultiDataset
The dataset to be subsetted.
indices: Sequence[int]
The indices of the dataset to be used as the subset.
Expand Down

0 comments on commit 8bb0d97

Please sign in to comment.