-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] add some search/gather/prefetch columns to enable ANI estimation #1952
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #1952 +/- ##
==========================================
+ Coverage 83.25% 91.22% +7.97%
==========================================
Files 126 95 -31
Lines 13989 9710 -4279
Branches 1913 1913
==========================================
- Hits 11646 8858 -2788
+ Misses 2071 580 -1491
Partials 272 272
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
peeked at this, lookin' good! related issues - |
if it's ok, can we just merge this and I'll tackle the other issues in a larger PR? Dataclass is looking like a good drop-in replacement of the namedtuples after these changes + will also offer some nice simplification |
ended up going for the dataclasses changes in #1955 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few minor things!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
SearchResult
,PrefetchResult
,GatherResult
. Need these cols for ANI estimation (+ some are helpful for general bookkeeping)namedtuple._fields
to get fieldnames instead of respecifying