Skip to content
Snippets Groups Projects
Commit 6070b52d authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Set default for `use_ratio` to False instead of None

parent 4b077f65
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -39,7 +39,7 @@ class Sampler(object):
def __init__(
self, likelihood, priors, external_sampler='nestle',
outdir='outdir', label='label', use_ratio=None, plot=False,
outdir='outdir', label='label', use_ratio=False, plot=False,
**kwargs):
self.likelihood = likelihood
self.priors = priors
......
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