Purge obsolete functions and/or modules
See original GitHub issueWe have accumulated a fair amount of cruft (esp. in pudl.analysis
) that is no longer useable, useful, or relevant to the project, and isn’t going to be revived. We should delete this stuff before releasing. Anything that we do decide to keep around we should probably get into a test of some kind so the bitrot doesn’t destroy it.
Nothing in pudl.analysis.analysis
is currently being called at any point in the tests, though some of it was certainly getting used in notebooks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Deprecated | Android Developers
When a module is deprecated, the use of that module in requires , but not in exports or opens clauses causes a warning...
Read more >Purge Obsolete Workflow Runtime Data Concurrent Program
Enter 'Y' to purge only obsolete runtime data associated with work items, or 'N' to purge all obsolete runtime data as well obsolete...
Read more >DSL element 'android.dataBinding.enabled' is obsolete and ...
Starting from Android Gradle Plugin 4.0.0-alpha05 there is a new block called buildFeatures to enable build features.
Read more >Andor iQ USER GUIDE
Welcome to Andor Technology's scientific imaging software Andor iQ, which is focused on multidimensional image acquisition.
Read more >Andor.cpp - UCSF
AndorCamera ::~AndorCamera() { DriverGuard dg(this); delete ... iCam Features */ int AndorCamera::OniCamFeatures(MM::PropertyBase* pProp, MM::ActionType ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done!
This sounds like a good plan to me.