Skip to content

Commit

Permalink
fix docstring sphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk authored and stes committed Oct 27, 2024
1 parent f217c32 commit f91b64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cebra/data/single_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ class MixedDataLoader(cebra_data.Loader):
When using the discrete variable, the prior distribution can either be uniform
(discrete_sampling_prior = "uniform") or empirical (discrete_sampling_prior = "empirical").
Based on the selection of those parameters, the :py:class:`cebra.distributions.MixedTimeDeltaDistribution`,
:py:class:`cebra.distributions.DiscreteEmpirical`, or :py:class:`cebra.distributions.DiscreteUniform`
Based on the selection of those parameters, the :py:class:`cebra.distributions.mixed.MixedTimeDeltaDistribution`,
:py:class:`cebra.distributions.discrete.DiscreteEmpirical`, or :py:class:`cebra.distributions.discrete.DiscreteUniform`
distributions are used for sampling.
Args:
Expand Down

0 comments on commit f91b64a

Please sign in to comment.