Fixed CI for equal distances

This commit is contained in:
Andrew Kane
2023-06-29 10:24:02 -04:00
parent 88094fc39f
commit ee0bf10d7d

View File

@@ -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);
}