Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The error shows up when we try to calculate abundance info with a `match_size` of 0: ``` match: GCF_002819265.1 Choclo virus, match_size: 0, query_size: 273, query_trackabund: true thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/ntpierce/sourmash/src/core/src/index/mod.rs:301:55 ``` ...we should never be trying to calculate statistics on `match_size` of 0, but the logic is currently `match_size >= threshold`.This includes a check to break if `match_size` is 0. - fixes #3051
- Loading branch information