From 8d562aeb027d2c73334b63df6b5dd8e6091f09f3 Mon Sep 17 00:00:00 2001 From: "rhys.green" <rhys.green@ligo.org> Date: Thu, 10 Jan 2019 18:45:36 +0000 Subject: [PATCH] flake8 stuff --- bilby/core/prior.py | 1 + bilby/core/sampler/base_sampler.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/core/prior.py b/bilby/core/prior.py index 214604bc..f783d52e 100644 --- a/bilby/core/prior.py +++ b/bilby/core/prior.py @@ -280,6 +280,7 @@ def create_default_prior(name, default_priors_file=None): prior = None return prior + class Prior(object): _default_latex_labels = dict() diff --git a/bilby/core/sampler/base_sampler.py b/bilby/core/sampler/base_sampler.py index 7eadb0ee..7da9be21 100644 --- a/bilby/core/sampler/base_sampler.py +++ b/bilby/core/sampler/base_sampler.py @@ -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 -- GitLab