mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-02 22:12:12 +00:00
Lower recall threshold to prevent spurious test failures
This commit is contained in:
parent
df24ddc186
commit
0872d04665
@ -62,7 +62,7 @@ fn randomized() {
|
||||
|
||||
let recall = forced.intersection(&found).count();
|
||||
println!("{} matched", recall);
|
||||
assert!(recall > 95);
|
||||
assert!(recall > 90);
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user