Skip to content

Commit c08a5c2

Browse files
committed
fixed tests for night build
1 parent de5a450 commit c08a5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/testvectorindex.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ function test_vector_index(search_algo, neighborhood_algo, dist, ksearch)
1717
@test length(index.db) == n
1818
res = search(index, rand(Float32, dim), KnnResult(ksearch))
1919
@show res
20+
return index, length(res)
2021
end
21-
22-
return index, length(res)
2322
end
2423

2524

0 commit comments

Comments
 (0)