Skip to content

Commit

Permalink
Adding coinc_threshold to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTolley committed Oct 19, 2023
1 parent 0a39883 commit ffc484c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_live_coinc_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def setUp(self, *args):
statistic_keywords=None,
timeslide_interval=0.1,
background_ifar_limit=100,
store_background=True
store_background=True,
coinc_threshold=0.002
)

# number of templates in the bank
Expand Down

0 comments on commit ffc484c

Please sign in to comment.