Skip to content

Commit aeef065

Browse files
committed
fix docstring sphinx link
1 parent e052061 commit aeef065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cebra/data/single_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ class MixedDataLoader(cebra_data.Loader):
265265
When using the discrete variable, the prior distribution can either be uniform
266266
(discrete_sampling_prior = "uniform") or empirical (discrete_sampling_prior = "empirical").
267267
268-
Based on the selection of those parameters, the :py:class:`cebra.distributions.MixedTimeDeltaDistribution`,
269-
:py:class:`cebra.distributions.DiscreteEmpirical`, or :py:class:`cebra.distributions.DiscreteUniform`
268+
Based on the selection of those parameters, the :py:class:`cebra.distributions.mixed.MixedTimeDeltaDistribution`,
269+
:py:class:`cebra.distributions.discrete.DiscreteEmpirical`, or :py:class:`cebra.distributions.discrete.DiscreteUniform`
270270
distributions are used for sampling.
271271
272272
Args:

0 commit comments

Comments
 (0)