-
Notifications
You must be signed in to change notification settings - Fork 285
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
Use cube chunks for weights in aggregations with smart weights #6288
base: main
Are you sure you want to change the base?
Use cube chunks for weights in aggregations with smart weights #6288
Conversation
these chunks. The values provided here will only be used along | ||
dimensions that are not latitude or longitude. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to change this in #5658 (comment).
# Note: chunks is simply ignored for non-lazy data | ||
@pytest.mark.parametrize("chunks", [None, (2, 3)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chunks
is not used here, and marks could never be applied to fixtures, so this can be safely removed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6288 +/- ##
=======================================
Coverage 89.85% 89.85%
=======================================
Files 88 88
Lines 23384 23387 +3
Branches 4356 4357 +1
=======================================
+ Hits 21012 21015 +3
Misses 1646 1646
Partials 726 726 ☔ View full report in Codecov by Sentry. |
🚀 Pull Request
Description
Use cube chunks for smart weights when broadcasting is necessary.
Closes #6285.
Consult Iris pull request check list
Add any of the below labels to trigger actions on this PR: