We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c757b commit ed70483Copy full SHA for ed70483
test/hashes/test_mips_hash.jl
@@ -16,6 +16,7 @@ Tests
16
17
@test n_hashes(hashfn) == 1
18
@test hashtype(hashfn) == Vector{Int32}
19
+ @test similarity(hashfn) == inner_prod
20
@test isa(hashfn, MIPSHash{Float32}) # Default dtype should be Float32
21
@test isa(hashfn, LSH.AsymmetricLSHFunction)
22
test/hashes/test_sign_alsh.jl
@@ -14,6 +14,7 @@ Tests
14
@test isa(hashfn, SignALSH{Float32})
15
@test hashtype(hashfn) == BitArray{1}
hashfn = SignALSH(32; maxnorm=1)
@test n_hashes(hashfn) == 32
0 commit comments