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

... more pep8 stuff

parent c45be3fe
No related branches found
No related tags found
1 merge request!299Fixing some argument bugs in 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 = {}
......
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