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

inspiral_lr: fix typo

parent 5fb0d19c
No related branches found
No related tags found
No related merge requests found
......@@ -526,7 +526,7 @@ class LnSignalDensity(LnLRDensity):
xml = cls.get_xml_root(xml, name)
self = super(LnSignalDensity, cls).from_xml(xml, name)
self.horizon_history = horizonhistory.HorizonHistories.from_xml(xml, u"horizon_history")
self.population_model_file = ligolw_params.get_pyvalue(xml, u"population_model_file")
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)
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