Skip to content
Snippets Groups Projects
Commit 66a4400c authored by Michael Williams's avatar Michael Williams
Browse files

MAINT: fix typo in doc-string

parent 825ee34c
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class Dynesty(NestedSampler):
The proposal methods to use during MCMC. This can be some combination
of :code:`"diff", "volumetric"`. See the dynesty guide in the Bilby docs
for more details. default=:code:`["diff"]`.
rstate: numpy.Generator (None)
rstate: numpy.random.Generator (None)
Instance of a numpy random generator for generating random numbers.
Also see :code:`seed` in 'Other Parameters'.
......
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