Skip to content

Draft: Modify Conversion class to use a LazySamplesDict

Charlie Hoy requested to merge optimise_conversion into master

The purpose of this MR is to modify how conversions are done in PESummary. Rather than running all transformations (even those that the user doesn't want), it now only runs transformations that the user requests. This builds upon @daniel.wysocki's suggestion in #283.

Edited by Charlie Hoy

Merge request reports