Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post_summary.csv files generated by ultranest logging have out of order data values #78

Open
jvshields opened this issue Nov 30, 2022 · 3 comments

Comments

@jvshields
Copy link

  • UltraNest version: 3.3.0
  • Python version: 3.6.11
  • Operating System: CentOS Linux 8

logging post_summary.csv files generated by ultranest when specifying a logging directory in ReactiveNestedSampler have values different from what what the column names suggest.

The ultranest documentation suggestions that you can ingest these files with pandas.read_csv() to get out the summary statistics for the fitted parameters. These files have column names along the lines of:
param_1_mean, param_1_stdev ... param_2_mean, param_2_stdev...

Instead, it looks like the data values are organized as:
param_1_mean, param_2_mean ... param_1_stdev, param_2_stdev...

so when you ingest them you get mismatches that can't be used for looking at the summary statistics of the output parameter distributions.

@JohannesBuchner
Copy link
Owner

Please check whether this is still a problem in the latest version (3.5.7).

@JohannesBuchner
Copy link
Owner

I think this was fixed in v3.4.6 by commit 58466d4

@jvshields
Copy link
Author

Sorry, I would try this if I could easily do so, but conda informs me that other dependencies of my fitting routine are incompatible with ultranest beyond 3.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants