Prefix undocumented functions with an underscore to indicate that they're private#833
Prefix undocumented functions with an underscore to indicate that they're private#833
Conversation
… previously moved to frq_base.py)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #833 +/- ##
==========================================
+ Coverage 90.66% 90.68% +0.02%
==========================================
Files 49 49
Lines 5174 5175 +1
==========================================
+ Hits 4691 4693 +2
+ Misses 483 482 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
A couple of functions do not appear to be used anywhere in the package:
A curiosity: The only undocumented function so far (afaik) that doesn't get the private underscore treatment is |
|
Somewhere along the way, some expected |
|
Requires resolution of the segmentation fault issue in CI checks: #835 |
Re: issue #796