Skip to content

add nested samples to dynesty output

Colm Talbot requested to merge add_nested_samples_to_dynesty into master

This adds the nested samples as a saved attribute. This basically adds a new DataFrame to the result.

Having this will give us the extra flexibility to do our own post-processing of the samples, including potentially removing correlation between samples.

I think something like this may have been previously removed, although I don't remember why.

@gregory.ashton do you remember if this is true, and if so, why?

Merge request reports