Skip to content

Convert the frequency_domain_source model to a string in the CBCResult

Gregory Ashton requested to merge fix-result-object-source-model into master

Previously, the function was added to the save data dictionary. Eventually causing the function to be pickled and all CBCResults to be dependent on bilby. This converts it to a string so that people at least know which source model was used.

Merge request reports