Skip to content

Commit

Permalink
Add https protocol to URLs in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Aug 10, 2023
1 parent 7907c2f commit 47a8415
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/mici/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,11 +1575,12 @@ def __init__(
expanded past a half-period i.e. has 'U-turned' resulting in
trajectories continuing to expand, potentially up until the
`max_tree_depth` limit is hit. For more details see `this Stan Discourse
discussion <kutt.it/yAkIES>`_. If :code:`do_extra_subtree_checks` is set
to :code:`True` additional termination criterion checks are performed on
overlapping subtrees which help to reduce this resonant behaviour at the
cost of more conservative trajectory termination in some correlated
models and some overhead from additional checks.
discussion <https://kutt.it/yAkIES>`_. If
:code:`do_extra_subtree_checks` is set to :code:`True` additional
termination criterion checks are performed on overlapping subtrees which
help to reduce this resonant behaviour at the cost of more conservative
trajectory termination in some correlated models and some overhead from
additional checks.
momentum_transition: Markov transition kernel which leaves the conditional
distribution on the momentum under the canonical distribution invariant,
updating only the momentum component of the chain state. If set to
Expand Down Expand Up @@ -1682,11 +1683,12 @@ def __init__(
expanded past a half-period i.e. has 'U-turned' resulting in
trajectories continuing to expand, potentially up until the
`max_tree_depth` limit is hit. For more details see `this Stan Discourse
discussion <kutt.it/yAkIES>`_. If :code:`do_extra_subtree_checks` is set
to :code:`True` additional termination criterion checks are performed on
overlapping subtrees which help to reduce this resonant behaviour at the
cost of more conservative trajectory termination in some correlated
models and some overhead from additional checks.
discussion <https://kutt.it/yAkIES>`_. If
:code:`do_extra_subtree_checks` is set to :code:`True` additional
termination criterion checks are performed on overlapping subtrees which
help to reduce this resonant behaviour at the cost of more conservative
trajectory termination in some correlated models and some overhead from
additional checks.
momentum_transition: Markov transition kernel which leaves the conditional
distribution on the momentum under the canonical distribution invariant,
updating only the momentum component of the chain state. If set to
Expand Down

0 comments on commit 47a8415

Please sign in to comment.