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

Merging ultranest runs #160

Open
JohannesBuchner opened this issue Jan 22, 2025 · 0 comments
Open

Merging ultranest runs #160

JohannesBuchner opened this issue Jan 22, 2025 · 0 comments

Comments

@JohannesBuchner
Copy link
Owner

The points.hdf5 files should be made mergable.

With the merged points file, one can read it with read_file function or resume from it on a single CPU setting max_ncalls to 1, to post-process without computing further.

How to implement:

  1. concatenate the 'points' tables inside (there is only one, have a look with h5ls)
  2. sort it by Lmin.
  3. write out the concatenated file.
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

1 participant