mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-02 05:52:14 +00:00
Allow float shenanigans in test
This commit is contained in:
parent
2978ca7463
commit
99a473c298
@ -7,6 +7,7 @@ use rand::{Rng, SeedableRng};
|
||||
use instant_distance::{Builder, Point as _, Search};
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::float_cmp, clippy::approx_constant)]
|
||||
fn map() {
|
||||
let points = (0..5)
|
||||
.into_iter()
|
||||
|
Loading…
Reference in New Issue
Block a user