Skip to content
Snippets Groups Projects
Commit 045a7068 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'fix-dydynesty-docstring' into 'master'

Removed incorrect docstring argument

See merge request !725
parents 81fd9374 5b823dd6
No related branches found
No related tags found
1 merge request!725Removed incorrect docstring argument
Pipeline #102941 passed
......@@ -44,9 +44,6 @@ class DynamicDynesty(Dynesty):
Other Parameters
----------------
npoints: int, (250)
The number of live points, note this can also equivalently be given as
one of [nlive, nlives, n_live_points]
bound: {'none', 'single', 'multi', 'balls', 'cubes'}, ('multi')
Method used to select new points
sample: {'unif', 'rwalk', 'slice', 'rslice', 'hslice'}, ('rwalk')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment