This commit is contained in:
Lorenzo Mec-iS
2025-01-27 23:43:42 +00:00
parent d60ba63862
commit 8cc02cdd48
+2 -1
View File
@@ -622,7 +622,8 @@ mod tests_fastpair {
&[4.6, 3.4, 1.4, 0.3],
&[5.0, 3.4, 1.5, 0.2],
&[4.4, 2.9, 1.4, 0.2],
]);
])
.unwrap();
let fastpair = FastPair::new(&x).unwrap();
let ordered = fastpair.ordered_pairs();