Skip to content

Commit

Permalink
bugfix (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Jun 22, 2023
1 parent aa4038b commit e1d4902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slackbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def __init__(

if prob_threshold is None:
self.prob_threshold = 0.95
else:
self.prob_threshold = prob_threshold

self.scanner: NeutrinoScanner | SkymapScanner

Expand Down

0 comments on commit e1d4902

Please sign in to comment.