This commit is contained in:
Andrew Kane
2024-09-23 18:24:21 -07:00
parent eea2c44fae
commit e49bae9dc3

View File

@@ -97,7 +97,7 @@ for my $i (0 .. $#operators)
my $min = 0.98; my $min = 0.98;
if ($operator eq '<=>') if ($operator eq '<=>')
{ {
$min = 0.65; $min = 0.60;
} }
test_recall($min, $operator); test_recall($min, $operator);