Skip to content

Commit

Permalink
Remove code duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Semmler committed Aug 7, 2023
1 parent 61e7c22 commit 7687b26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pydvl/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,6 @@ def __init__(
def __len__(self):
return len(self.groups)

@property
def indices(self):
"""Indices of the groups."""
return self._indices

# FIXME this is a misnomer, should be `names` in `Dataset` so that here it
# makes sense
@property
Expand Down

0 comments on commit 7687b26

Please sign in to comment.