Skip to content
Snippets Groups Projects
Commit 474576c4 authored by Colm Talbot's avatar Colm Talbot
Browse files

clean up docstring

parent cd035a83
No related branches found
No related tags found
1 merge request!59Updating priors
......@@ -21,14 +21,12 @@ class Sampler(object):
----------
likelihood: likelihood.Likelihood
A object with a log_l method
prior: dict
The prior to be used in the search. Elements can either be floats
(indicating a fixed value or delta function prior) or they can be
of type parameter.Parameter with an associated prior
prior: tupak.core.prior.PriorSet
Prior to be used in the search.
This has attributes for each parameter to be sampled.
sampler_string: str
A string containing the module name of the sampler
Returns
-------
results:
......
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