-
Notifications
You must be signed in to change notification settings - Fork 32
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
Remove samplers from VarInfo - indexing #793
Conversation
Co-authored-by: Xianda Sun <[email protected]>
Co-authored-by: Penelope Yong <[email protected]>
Co-authored-by: Penelope Yong <[email protected]>
…-selectors-linking
…-selectors-linking
…-selectors-indexing
…ace, update HISTORY.md
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-0.35 #793 +/- ##
===============================================
Coverage ? 85.78%
===============================================
Files ? 36
Lines ? 4207
Branches ? 0
===============================================
Hits ? 3609
Misses ? 598
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 13055998519Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 13055998519Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 13116927069Details
💛 - Coveralls |
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.
I've only skimmed, so these are general impressions. I'll double check the deleted code in more detail at a later date, but at first glance it all seemed fine (I guess that's a literal LGTM).
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.
It looks good to me!
Co-authored-by: Penelope Yong <[email protected]>
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.
Finally got to take a second look at the removed code - it all looks great!
Part two of removing samplers from the internals of
VarInfo
, this time addressinggetindex
,setindex
,eltype
,keys
, and functions related to them. Also picking up small bits that should have been done in the previous PR, and fixing at least one small, unrelated bug.This one is hopefully more straight-forward, in that it mostly just removes things, very little new code is introduced.