Skip to content
Snippets Groups Projects
Commit 095bab45 authored by Chad Hanna's avatar Chad Hanna
Browse files

far.py: added missing target_length variable in init

parent 0274da32
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,7 @@ class DistributionsStats(object):
self.raw_distributions = ligolw_burca_tailor.CoincParamsDistributions(**self.binnings)
self.smoothed_distributions = ligolw_burca_tailor.CoincParamsDistributions(**self.binnings)
self.likelihood_pdfs = {}
self.target_length = 1000
def __add__(self, other):
out = type(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