PolyChord / PolyChordLite

Public version of PolyChord: See polychord.co.uk for PolyChordPro
https://polychord.io/
Other
83 stars 26 forks source link

create the parameter names file earlier #118

Closed AdamOrmondroyd closed 4 months ago

AdamOrmondroyd commented 4 months ago

In the new pypolychord.run(), the .paramnames file isn't created until after nested sampling is complete. This makes it difficult to read in chains which are still running, or have crashed.

I've moved the call to make_paramnames_file() much earlier so this should no longer be a problem.