Skip to content

Commit 8d1f0a8

Browse files
timonmerkstes
authored andcommitted
fix docstring sphinx link
1 parent 198d3bf commit 8d1f0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cebra/data/single_session.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ class MixedDataLoader(cebra_data.Loader):
272272
When using the discrete variable, the prior distribution can either be uniform
273273
(discrete_sampling_prior = "uniform") or empirical (discrete_sampling_prior = "empirical").
274274
275-
Based on the selection of those parameters, the :py:class:`cebra.distributions.MixedTimeDeltaDistribution`,
276-
:py:class:`cebra.distributions.DiscreteEmpirical`, or :py:class:`cebra.distributions.DiscreteUniform`
275+
Based on the selection of those parameters, the :py:class:`cebra.distributions.mixed.MixedTimeDeltaDistribution`,
276+
:py:class:`cebra.distributions.discrete.DiscreteEmpirical`, or :py:class:`cebra.distributions.discrete.DiscreteUniform`
277277
distributions are used for sampling.
278278
279279
Args:

0 commit comments

Comments
 (0)