From ee0bf10d7dc0bd2d6526b111c305dffb174a9f95 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 Jun 2023 10:24:02 -0400 Subject: [PATCH] Fixed CI for equal distances --- test/t/003_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/003_recall.pl b/test/t/003_recall.pl index 1230a11..2b9ebd5 100644 --- a/test/t/003_recall.pl +++ b/test/t/003_recall.pl @@ -94,5 +94,5 @@ foreach (@operators) { test_recall(1, 0.75, $operator); test_recall(10, 0.95, $operator); } - test_recall(100, 1.0, $operator); + test_recall(100, 0.9975, $operator); }