Synced recall test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-16 17:27:06 -07:00
parent e730fef99d
commit c361f80465

View File

@@ -105,8 +105,8 @@ for my $i (0 .. $#operators)
if ($operator ne "<#>") if ($operator ne "<#>")
{ {
# TODO Fix test (uniform random vectors all have similar inner product) # TODO Fix test (uniform random vectors all have similar inner product)
test_recall(1, 0.35, $operator); test_recall(1, 0.34, $operator);
test_recall(10, 0.95, $operator); test_recall(10, 0.93, $operator);
} }
# Test probes equals lists # Test probes equals lists