Skip to content

move posterior reconstruction to likelihood classes, this fixes bugs in the reconstruction

Colm Talbot requested to merge fix-distance-reconstruction into master

Closes #358 (closed)

It looks like this was broken by the waveform caching, this has now been fixed by making sure we don't overwrite the cached waveform.

I also took this opportunity to move the functions that reconstruct the likelihood into the likelihood class. This will enable these functions to be used with the ROQ likelihood and is just a bit more logically sensible to me.

This makes it look like a lot of changes, but it's mostly cut and paste.

Merge request reports