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

far.py: fixed broken FAR init

parent 46dfef61
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ class DistributionsStats(object):
class FAR(object):
def __init__(self, livetime, trials_factor, distribution_stats, trials_table = None):
def __init__(self, livetime, trials_factor, distribution_stats = None, trials_table = None):
self.distribution_stats = distribution_stats
if trials_table is None:
self.trials_table = TrialsTable()
......
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