Skip to content
Snippets Groups Projects
Commit 340ca2ba authored by Moritz's avatar Moritz
Browse files

PEP8 stuff

parent d4ba49af
No related branches found
No related tags found
1 merge request!230Resolve "PEP8 Imports"
Pipeline #38942 passed
......@@ -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]
......
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