mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-25 02:46:22 +04:00
added check if distance eq to 0.
This commit is contained in:
parent
3109cd80e9
commit
da913f085a
@ -145,4 +145,5 @@ fn test_non_array_struct() {
|
||||
|
||||
// Assert
|
||||
assert_eq!(test_feature, feature);
|
||||
assert_eq!(distance, 0.);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user