JohannesBuchner / UltraNest

Fit and compare complex models reliably and rapidly. Advanced nested sampling.
https://johannesbuchner.github.io/UltraNest/
Other
142 stars 30 forks source link

Best way to load results dict? #128

Closed nstarman closed 4 months ago

nstarman commented 4 months ago

Description

More of a general question, if I have running NS (on resume-similar) but I want to make a corner plot while it's still running, what's the best way to load up the full results in another notebook? Is there a way to do this without constructing a full Sampler, which complains about locked files?

JohannesBuchner commented 4 months ago

Have a look at this function: https://johannesbuchner.github.io/UltraNest/ultranest.html#ultranest.integrator.read_file

nstarman commented 4 months ago

thank you!