Closed fdimaio closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
dimaio/block_pair_scoring@28026fa
). Click here to learn what that means.:exclamation: Current head d6c1683 differs from pull request most recent head 2e4bc99. Consider uploading reports for the commit 2e4bc99 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Seems like codecov may have caught some more unused old scoring code that can be removed.
Seems like codecov may have caught some more unused old scoring code that can be removed.
Updated.
Just as a note, with our squashing the history, there's currently a lot of functionality wrapped up in a single commit with the block pair scoring PR now.
Just as a note, with our squashing the history, there's currently a lot of functionality wrapped up in a single commit with the block pair scoring PR now.
This is true. Perhaps it makes more sense to merge this branch first (what else is needed?) and then merge the code removal to master?
Just as a note, with our squashing the history, there's currently a lot of functionality wrapped up in a single commit with the block pair scoring PR now.
This is true. Perhaps it makes more sense to merge this branch first (what else is needed?) and then merge the code removal to master?
By 'this' branch do you mean the block_pair_scoring branch? I think that would be reasonable, but I am not hung up on it if we just want to combine them. More a note for the future that we may want to keep things more thematically cohesive (I am also guilty of this with including the testing infrastructure changes in with block_pair_scoring).
Rebasing this branch on block_pair_scoring branch.
Removes much of the code from the old scoring system.
See #282 for additional info.