Skip to content
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

fix: Regression in hist panicking on out of bounds index #20016

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

lukemanley
Copy link
Contributor

closes #19998

I think the regression may have been introduced in #18761

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 27, 2024
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.48%. Comparing base (29373d1) to head (5d9595d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20016   +/-   ##
=======================================
  Coverage   79.48%   79.48%           
=======================================
  Files        1556     1556           
  Lines      216491   216493    +2     
  Branches     2456     2456           
=======================================
+ Hits       172085   172088    +3     
+ Misses      43848    43847    -1     
  Partials      558      558           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46
Copy link
Member

Thank you @lukemanley!

@ritchie46 ritchie46 merged commit 751ef50 into pola-rs:main Nov 27, 2024
25 checks passed
@lukemanley lukemanley deleted the hist-max-boundary branch December 6, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PanicException for Hist method
2 participants