Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-06-29 10:25:06 -04:00
parent ee0bf10d7d
commit 7aaba14440

View File

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