-
Notifications
You must be signed in to change notification settings - Fork 29
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
Code Pruning #178
base: master
Are you sure you want to change the base?
Code Pruning #178
Conversation
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
==========================================
+ Coverage 58.37% 67.99% +9.62%
==========================================
Files 67 67
Lines 5744 7262 +1518
==========================================
+ Hits 3353 4938 +1585
+ Misses 2391 2324 -67
Continue to review full report at Codecov.
|
I'm looking into the drop in coverage on ring.py. Would to complete/resolve the ring → ring2 replacement/merger with this branch? |
I've given up on removing |
I'm starting to pick this up again. I wonder if this kind of cleanup makes sense to do as part of the |
This PR cleans up the code base by removing unused and commented out code. It may also be an appropriate place to address #156.