PolyChord / PolyChordLite

Public version of PolyChord: See polychord.co.uk for PolyChordPro
https://polychord.io/
Other
83 stars 26 forks source link

"output" not showing the resume file #117

Open denijane opened 4 months ago

denijane commented 4 months ago

I had to reinstall polychord on new Manjaro this week, which was quite hard itself. Especially the mpi4py part. Now Polychord imports ok and run in jupyter. When I do: output = pypolychord.run_polychord(chi2, 4, numCalPar, settings, uniprior, dumper) it runs and spits out results. But when I then execute:

>output
chains/test_polychord

Before it used to give me the resume of the results. Is this a bug or there is a new way to read results? I quite liked the >output because it was just a summary of the results. Otherwise, the chains and posteriors seem to be fine (i.e. plottable).