From 4f8f8dc870225050b81cd991e00421c1f3066528 Mon Sep 17 00:00:00 2001 From: "rhys.green" <rhys.green@ligo.org> Date: Fri, 30 Nov 2018 09:06:32 +0000 Subject: [PATCH] ... more pep8 stuff --- bilby/core/sampler/pymc3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/core/sampler/pymc3.py b/bilby/core/sampler/pymc3.py index fc408be04..7677dc17c 100644 --- a/bilby/core/sampler/pymc3.py +++ b/bilby/core/sampler/pymc3.py @@ -463,7 +463,7 @@ class Pymc3(MCMCSampler): else: args = {} else: - if step_kwargs is not None: + if step_kwargs is not None: args = step_kwargs.get(curmethod, {}) else: args = {} -- GitLab