From 7aaba144402cbf5b7a0a567a655d344d819c8f4f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 Jun 2023 10:25:06 -0400 Subject: [PATCH] Added comment [skip ci] --- test/t/003_recall.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/t/003_recall.pl b/test/t/003_recall.pl index 2b9ebd5..6e896a8 100644 --- a/test/t/003_recall.pl +++ b/test/t/003_recall.pl @@ -94,5 +94,6 @@ foreach (@operators) { test_recall(1, 0.75, $operator); test_recall(10, 0.95, $operator); } + # Account for equal distances test_recall(100, 0.9975, $operator); }