We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d785c commit 3f12ed8Copy full SHA for 3f12ed8
1 file changed
cebra/data/base.py
@@ -273,7 +273,7 @@ def __iter__(self) -> Iterator[Batch]:
273
yield self.dataset.load_batch(index)
274
275
@abc.abstractmethod
276
- def get_indices(self, num_samples: int = None):
+ def get_indices(self, *, num_samples: int = None):
277
"""Sample and return the specified number of indices.
278
279
The elements of the returned `BatchIndex` will be used to index the
0 commit comments