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: Fix rolling empty group OOB #16186

Merged
merged 1 commit into from
May 13, 2024
Merged

fix: Fix rolling empty group OOB #16186

merged 1 commit into from
May 13, 2024

Conversation

ritchie46
Copy link
Member

fixes #16145

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels May 13, 2024
@@ -2785,22 +2636,6 @@ def test_datetime_cum_agg_schema() -> None:
}


def test_rolling_group_by_empty_groups_by_take_6330() -> None:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved rolling related tests to test_rolling.py

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.99%. Comparing base (3a630ec) to head (38b1c97).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16186      +/-   ##
==========================================
- Coverage   80.99%   80.99%   -0.01%     
==========================================
  Files        1392     1392              
  Lines      178930   178932       +2     
  Branches     2897     2897              
==========================================
- Hits       144923   144919       -4     
- Misses      33503    33509       +6     
  Partials      504      504              

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

@ritchie46 ritchie46 merged commit 54ddfa1 into main May 13, 2024
27 checks passed
@ritchie46 ritchie46 deleted the rolling branch May 13, 2024 10:48
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.

Rolling after sort returns weird and different outputs
1 participant