polars
polars copied to clipboard
fix: compare bool to categorical
This is a small 'bandaid' fix for comparisons between bool and categorical to avoid panicking
fix #15844
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.40%. Comparing base (
95cbf34
) to head (ad7db38
). Report is 1 commits behind head on main.
:exclamation: Current head ad7db38 differs from pull request most recent head 73da878. Consider uploading reports for the commit 73da878 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #15857 +/- ##
==========================================
- Coverage 81.26% 80.40% -0.86%
==========================================
Files 1381 1263 -118
Lines 176640 165399 -11241
Branches 3034 0 -3034
==========================================
- Hits 143549 132993 -10556
+ Misses 32610 32406 -204
+ Partials 481 0 -481
Flag | Coverage Δ | |
---|---|---|
python | ? |
|
rust | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I am going to wait until I have my horrifying PR in. :')
Can you rebase? I believe there are a few duplicates now.