Skip to content
Snippets Groups Projects
Commit 9b7bc03d authored by Kipp Cannon's avatar Kipp Cannon
Browse files

LnSignalDensity.from_xml(): add missing initialization

- of InspiralExtrinsics
parent 27a1ade1
No related branches found
No related tags found
No related merge requests found
......@@ -528,6 +528,7 @@ class LnSignalDensity(LnLRDensity):
self.horizon_history = horizonhistory.HorizonHistories.from_xml(xml, u"horizon_history")
self.population_model_file = ligolw_param.get_pyvalue(xml, u"population_model_file")
self.population_model = inspiral_intrinsics.SourcePopulationModel(self.template_ids, filename = self.population_model_file)
self.InspiralExtrinsics = inspiral_extrinsics.InspiralExtrinsics(self.min_instruments)
return self
......
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