Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-13 15:49:20 -07:00
parent 545ae30057
commit 1c791480ff

View File

@@ -112,7 +112,7 @@ for my $i (0 .. $#operators)
# Test probes equals lists
if ($operator eq "<=>")
{
test_recall(100, 0.985, $operator);
test_recall(100, 0.98, $operator);
}
else
{
@@ -141,7 +141,7 @@ for my $i (0 .. $#operators)
# Test probes equals lists
if ($operator eq "<=>")
{
test_recall(100, 0.985, $operator);
test_recall(100, 0.98, $operator);
}
else
{