Skip to content

Output file missing E with numbers smaller than 10^-101 #14

Description

@vlad2305m

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions