Skip to content
Snippets Groups Projects
Commit 04204591 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Removed an unused variable with `_`

parent 8f20bc0c
No related branches found
No related tags found
1 merge request!106Warnings cleanup
......@@ -801,7 +801,7 @@ class Emcee(Sampler):
pos0 = [self.get_random_draw_from_prior()
for _ in range(self.nwalkers)]
for result in tqdm(
for _ in tqdm(
sampler.sample(pos0, iterations=self.nsteps), total=self.nsteps):
pass
......
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