Skip to content

Commit

Permalink
Update datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero authored Oct 20, 2024
1 parent cac869b commit 1af08b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cebra/data/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

import warnings

class TensorDataset(SingleSessionDataset):
class TensorDataset(cebra_data.SingleSessionDataset):
"""Discrete and/or continuously indexed dataset based on torch/numpy arrays.
If dealing with datasets sufficiently small to fit :py:func:`numpy.array` or :py:class:`torch.Tensor`, this
Expand Down

0 comments on commit 1af08b9

Please sign in to comment.