Skip to content
Snippets Groups Projects
Commit 9357d52b authored by Matthew Pitkin's avatar Matthew Pitkin
Browse files

Remove blank lines with whitespace

parent c4eb8db7
No related branches found
No related tags found
1 merge request!340Allow emcee to work with pre-release versions
......@@ -93,7 +93,7 @@ class Emcee(MCMCSampler):
@property
def sampler_init_kwargs(self):
import emcee
init_kwargs = {key: value
for key, value in self.kwargs.items()
if key not in self.sampler_function_kwargs}
......@@ -138,7 +138,7 @@ class Emcee(MCMCSampler):
@property
def nwalkers(self):
return self.kwargs['nwalkers']
@property
def nsteps(self):
return self.kwargs['iterations']
......
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