From ec80f1fb3b998569c3714dccf43514547d937def Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 27 Mar 2022 15:12:39 +0200 Subject: Fix CI tests results (#1504) CI integration is failing since 856d7d2. --- tests/do-dga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/do-dga.sh b/tests/do-dga.sh index 93408a012..cba03d73d 100755 --- a/tests/do-dga.sh +++ b/tests/do-dga.sh @@ -6,7 +6,7 @@ cd "$(dirname "${0}")" # Important notes: BASE values must be integers examples and represents percentage (e.g. 79%, 98%). BASE_ACCURACY=69 BASE_PRECISION=89 -BASE_RECALL=41 +BASE_RECALL=40 # ---------------------------------------------------------------------------------------------------------------------- DGA_EVALUATE="./dga/dga_evaluate" -- cgit v1.2.3