The current implementation requires that the samples are contained in root_name + 'post_equal_weights.dat'. Two issues with this:
It only works with Multinest, because the equivalent file in Ultranest is called equal_weighted_post.txt
It's not so clear what "root_name" is.
I suggest we change this so that the function takes a path, an identifier for the run, and a string that's either post_equal_weights.dat or equal_weighted_post.txt.
The current implementation requires that the samples are contained in
root_name + 'post_equal_weights.dat'
. Two issues with this:equal_weighted_post.txt
I suggest we change this so that the function takes a path, an identifier for the run, and a string that's either
post_equal_weights.dat
orequal_weighted_post.txt
.