Skip to content

Commit 464f4aa

Browse files
committed
Merge branch 'batched-inference-and-padding' into unified-cebra
2 parents e8a1877 + 22e3c47 commit 464f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/data/multi_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def configure_for(self, model: "cebra.models.Model"):
110110
"""Configure the dataset offset for the provided model.
111111
112112
Call this function before indexing the dataset. This sets the
113-
:py:attr:`cebra_data.Dataset.offset` attribute of the dataset.
113+
:py:attr:`~.Dataset.offset` attribute of the dataset.
114114
115115
Args:
116116
model: The model to configure the dataset for.

0 commit comments

Comments
 (0)