From 340ca2ba2e6b793ac4b4f28684e7549446af08cc Mon Sep 17 00:00:00 2001 From: Moritz <email@moritz-huebner.de> Date: Mon, 19 Nov 2018 14:06:04 +1100 Subject: [PATCH] PEP8 stuff --- bilby/core/sampler/pymc3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bilby/core/sampler/pymc3.py b/bilby/core/sampler/pymc3.py index d44ce04f2..bdfecffa8 100644 --- a/bilby/core/sampler/pymc3.py +++ b/bilby/core/sampler/pymc3.py @@ -526,6 +526,7 @@ class Pymc3(MCMCSampler): # create theano Op for the log likelihood if not using a predefined model pymc3, STEP_METHODS, floatX = self._import_external_sampler() theano, tt, as_op = self._import_theano() + class LogLike(tt.Op): itypes = [tt.dvector] -- GitLab