Version 3.12-3 from AUR
Running from nmma
After lines
Sampling finished. Exiting MultiNest
analysing data from tmp/...../.txt
From pymultinest
The file it mentions contains numbers very close to 0 in 2nd column
Instead of ending with E-308, the numbers look like -0.13905330402186892-308
This causes severe indigestion in numpy preventing further analysis of the data
Seems like Fortran default 2 digits exponent cannot handle this, so replacing your formats with E28.18E3 will solve this issue
Version 3.12-3 from AUR
Running from nmma
After lines
From pymultinest
The file it mentions contains numbers very close to 0 in 2nd column
Instead of ending with
E-308, the numbers look like-0.13905330402186892-308This causes severe indigestion in numpy preventing further analysis of the data
Seems like Fortran default 2 digits exponent cannot handle this, so replacing your formats with
E28.18E3will solve this issue