Skip to content

Commit

Permalink
Additional test in writing compressed wv
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed Aug 17, 2019
1 parent 5ed384e commit 2e5ee9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/write2disk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ end
@test typeof(wv_compressed) == typeof(wv_loaded)
@test all(wv_compressed.vectors.data .==
wv_loaded.vectors.data)
@test wv_compressed.vectors.quantizer.rot ==
wv_loaded.vectors.quantizer.rot
end
end
end

0 comments on commit 2e5ee9a

Please sign in to comment.