Fix pickle
All threads resolved!
All threads resolved!
Compare changes
Files
3+ 2
− 1
@@ -92,9 +92,10 @@ def run_sampler(likelihood, priors=None, label='label', outdir='outdir',
Saving as pickle was failing for me because the extension was still unknown to parts of the code.
I fixed some documentation and removed the unused gzip
argument from Result.__init__
We should add some tests as well before we merge this in.