| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 89.09091% with 6 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2979 +/- ##
==========================================
+ Coverage 83.57% 83.58% +0.01%
==========================================
Files 257 257
Lines 53783 53823 +40
Branches 4608 4609 +1
==========================================
+ Hits 44951 44990 +39
- Misses 8035 8036 +1
Partials 797 797
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Sorry, something went wrong.
There was a problem hiding this comment.
looks sane
Sorry, something went wrong.
| CommCallable: 1 | ||
| } | ||
| return sorted_priority(efuncs, priority) | ||
| return sorted(efuncs, key=lambda i: natural_sort_key(i.name)) |
There was a problem hiding this comment.
why i.name the natural_sort_key already calls .name
Sorry, something went wrong.
There was a problem hiding this comment.
r0, r1, r10, r11, ..., r2, r3, ..
instead we now do
r0, r1, r2, r3, ..., r10, r11, ...
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.