Change result evidence naming
Compare changes
Files
3+ 1
− 1
@@ -198,7 +198,7 @@ class GravitationalWaveTransient(Likelihood):
This MR changes the names of the evidences saved in the result as follows
logz
-> log_evidence
noise_logz
-> log_noise_evidence
logzerr
-> log_evidence_err
I also fixed a bug where the use_ratio
flag wasn't being correctly identified.