Skip to content

Commit

Permalink
Merge pull request #487 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
update source references
  • Loading branch information
segasai authored Oct 28, 2024
2 parents 939aa84 + 3922274 commit ed5e180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ the provided bounds which can be passed via the `sample` argument:
In addition, `dynesty` also supports passing **custom callable functions**
to the `sample` argument, provided they follow the same format as the
default sampling functions defined `here
<https://github.com/joshspeagle/dynesty/blob/master/dynesty/sampling.py>`__.
<https://github.com/joshspeagle/dynesty/blob/master/py/dynesty/sampling.py>`__.
These can also be accompanied by custom "update functions" that try to
adaptively scale proposals to ensure better overall sampling efficiency.
See `here
<https://github.com/joshspeagle/dynesty/blob/master/dynesty/nestedsamplers.py>`__
<https://github.com/joshspeagle/dynesty/blob/master/py/dynesty/nestedsamplers.py>`__
for examples of some of the functions that are associated with the default
sampling methods described above.

Expand Down

0 comments on commit ed5e180

Please sign in to comment.