Skip to content

Commit

Permalink
Merge pull request graphnet-team#595 from samadpls/unique_indices
Browse files Browse the repository at this point in the history
docs: Updated `_get_all_indices` docstring
  • Loading branch information
AMHermansen authored Sep 19, 2023
2 parents a4017a7 + 37e074e commit d2abe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _post_init(self) -> None:

@abstractmethod
def _get_all_indices(self) -> List[int]:
"""Return a list of all available values in `self._index_column`."""
"""Return a list of all unique values in `self._index_column`."""

@abstractmethod
def _get_event_index(
Expand Down

0 comments on commit d2abe01

Please sign in to comment.