We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447155e commit a7fe6caCopy full SHA for a7fe6ca
vega/samplers/pocomc.py
@@ -60,7 +60,7 @@ def _run_multiprocessing(self):
60
dynamic=self.dynamic, precondition=self.precondition,
61
n_effective=self.n_effective, n_active=self.n_active,
62
)
63
- self.pocomc_sampler.run(self.n_total, self.n_evidence, save_every=self.save_every)
+ self.pocomc_sampler.run(self.n_total, self.n_evidence)#, save_every=self.save_every)
64
65
def write_chain(self):
66
# Get the weighted posterior samples
0 commit comments