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

far.py: oops, min_snr --> snr_min

parent 37b42527
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
# the threshold. modern gstlal_inspiral generates
# sub-threshold triggers for Bayestar and we need to be
# ceratin they don't leak into here.
assert all(snr >= self.min_snr for snr in kwargs["snrs"].values())
assert all(snr >= self.snr_min for snr in kwargs["snrs"].values())
# fast-path cut
if self.fast_path_cut(**kwargs):
......
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