Skip to content
Snippets Groups Projects
Commit b011e462 authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

inspiral_lr: add missing horizon_factors in online ranking stat instantiation

parent ba19b95e
No related branches found
No related tags found
No related merge requests found
......@@ -659,7 +659,7 @@ class OnlineFrankensteinLnSignalDensity(LnSignalDensity):
"""
@classmethod
def splice(cls, src, Dh_donor):
self = cls(src.template_ids, src.instruments, src.delta_t, population_model_file = src.population_model_file, min_instruments = src.min_instruments)
self = cls(src.template_ids, src.instruments, src.delta_t, population_model_file = src.population_model_file, min_instruments = src.min_instruments, horizon_factors = src.horizon_factors)
for key, lnpdf in src.densities.items():
self.densities[key] = lnpdf.copy()
# NOTE: not a copy. we hold a reference to the donor's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment