Fix combine runs
The evidence calculation when combining nested sampling runs is giving incorrect evidences when the use_ratio
flag is present.
The log_bayes_factor
was being assigned the value of the log_evidence
and so everything was off by the log_noise_evidence
.
This MR fixes this bug.