Skip to content

WIP: Class to hold and combine multiple results

Matthew Pitkin requested to merge matthew-pitkin/bilby:combine_samples into master

Similarly to !422 (closed) this is an attempt to combine samples from multiple runs (#343 (closed), #210 (closed)). It does this through the creation a a ResultList class that can contain multiple Result objects and combine them into a new Result object.

If this is felt useful it could be combined with !422 (closed).

Merge request reports