Skip to content

BUGFIX: nested sample reweighting needs nested samples

Colm Talbot requested to merge bugfix-nested-sample-reweighting into master

I noticed when testing !536 (merged) that the final_result files don't have nested_samples. The reweighting then falls over when it shouldn't as it always looks for nested samples with dynesty and nessai.

This will still raise an error if someone specifies reweight-nested-samples with a final_result file, but I'm fine with that.

Edited by Colm Talbot

Merge request reports