You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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).
The text was updated successfully, but these errors were encountered: