Skip to content

Commit 8b48f83

Browse files
author
nnethercott
committed
reupdate snapshots after new debug impl
1 parent 86b3603 commit 8b48f83

6 files changed

+607
-607
lines changed

src/tests/binary_quantized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ fn write_and_retrieve_binary_quantized_vector() {
5050
Root: Metadata { dimensions: 16, items: RoaringBitmap<[0]>, roots: [0], distance: "binary quantized euclidean" }
5151
Version: Version { major: 0, minor: 7, patch: 0 }
5252
Tree 0: Descendants(Descendants { descendants: [0] })
53-
Item 0: Leaf(Leaf { header: NodeHeaderBinaryQuantizedEuclidean { bias: 0.0 }, vector: [-1.0000, -1.0000, 1.0000, -1.0000, 1.0000, 1.0000, -1.0000, 1.0000, -1.0000, -1.0000, "other ..."] })
53+
Item 0: Leaf(Leaf { header: NodeHeaderBinaryQuantizedEuclidean { bias: "0.0000" }, vector: [-1.0000, -1.0000, 1.0000, -1.0000, 1.0000, 1.0000, -1.0000, 1.0000, -1.0000, -1.0000, "other ..."] })
5454
"#);
5555
}

0 commit comments

Comments
 (0)