-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] standardize and simplify search, prefetch, gather results by us…
…ing dataclasses (#1955) * add some search/gather/prefetch columns to enable ANI estimation * fix introduced err * init SearchResult dataclass * define generic write_cols * add prefetchresult class, clean up post_init repetitiveness later * clean up * add gatherresult dataclass * rm unused line * upd * init searchresult tests * use query_n_hashes; remove num * add basic gatherresult test * save in progress changes * closer... * closer still... * handle num sketches; clean up unnecessary sig comparison cls * use base classes properly to simplify * add tests for multiple rounds of downsampling in prefetch and gather (#1956) * split sketchcomparison to new file; clean up *Result * add minhash tests * init sketchcomparison tests * test incompatible sketch comparisons * test failing *Results * test num SearchResult * fix calcs for gather * upd with suggestions from code review Co-authored-by: C. Titus Brown <titus@idyll.org>
- Loading branch information
Showing
9 changed files
with
1,615 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.