From ea63761e4da3a7e819f562aa8bd2f1d53c40ee01 Mon Sep 17 00:00:00 2001 From: Mateo Date: Thu, 20 Jul 2023 13:42:16 +0200 Subject: [PATCH] alert relaxation 3 --- src/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.py b/src/run.py index 2356f2a8..9bdf5fb9 100644 --- a/src/run.py +++ b/src/run.py @@ -96,7 +96,7 @@ def main(args): parser.add_argument( "--alert_relaxation", type=int, - default=2, + default=3, help="Number of consecutive positive detections required to send the first alert", ) parser.add_argument(