Skip to content

Commit a7fe6ca

Browse files
committed
Remove checkpointing for test
1 parent 447155e commit a7fe6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vega/samplers/pocomc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _run_multiprocessing(self):
6060
dynamic=self.dynamic, precondition=self.precondition,
6161
n_effective=self.n_effective, n_active=self.n_active,
6262
)
63-
self.pocomc_sampler.run(self.n_total, self.n_evidence, save_every=self.save_every)
63+
self.pocomc_sampler.run(self.n_total, self.n_evidence)#, save_every=self.save_every)
6464

6565
def write_chain(self):
6666
# Get the weighted posterior samples

0 commit comments

Comments
 (0)