Skip to content
Snippets Groups Projects
Commit 8d562aeb authored by Rhys Green's avatar Rhys Green
Browse files

flake8 stuff

parent 61faf33a
No related branches found
No related tags found
1 merge request!322Adding PTMCMC sampler
......@@ -280,6 +280,7 @@ def create_default_prior(name, default_priors_file=None):
prior = None
return prior
class Prior(object):
_default_latex_labels = dict()
......
......@@ -149,7 +149,6 @@ class Sampler(object):
raise SamplerNotInstalledError(
"Sampler {} is not installed on this system".format(external_sampler_name))
def _verify_kwargs_against_default_kwargs(self):
"""
Check if the kwargs are contained in the list of available arguments
......
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