JohannesBuchner / PyMultiNest

Pythonic Bayesian inference and visualization for the MultiNest Nested Sampling Algorithm and PyCuba's cubature algorithms.
http://johannesbuchner.github.io/PyMultiNest/
Other
194 stars 88 forks source link

Incorrect value in 2nd column of post_separate.dat file #231

Closed ash2223 closed 1 year ago

ash2223 commented 1 year ago

Hi Johannes,

I've successfully run MultiNest with MontePython using PyMultiNest, but when I try to analyze the run I get this error:

Screen Shot 2023-04-11 at 1 25 15 PM

From this error, I figured there were typos in the post-separate.dat file. Sure enough, every entry in the second column looks like this:

Screen Shot 2023-04-11 at 1 27 03 PM

I'm wondering if every entry in the second column should read, for instance, "-0.139058786410114508E-308" rather than "-0.139058786410114508-308"? I'm thinking there is some failure in either MontePython or MultiNest where the "E" is not getting printed. Am I correct in thinking this? Have you seen this issue before? Thanks so much!

-Adam

JohannesBuchner commented 1 year ago

Duplicate of #212