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

Lazy iris.cube.Cube.rolling_window #5795

Merged
merged 5 commits into from
May 22, 2024

Conversation

bouweandela
Copy link
Member

🚀 Pull Request

Description

Support lazy aggregation with the iris.cube.Cube.rolling_window method.


Consult Iris pull request check list


Add any of the below labels to trigger actions on this PR:

  • benchmark_this Request that this pull request be benchmarked to check if it introduces performance shifts

@bouweandela
Copy link
Member Author

The tests are failing due to #5800.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.78%. Comparing base (22c98e8) to head (1ad7068).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5795   +/-   ##
=======================================
  Coverage   89.78%   89.78%           
=======================================
  Files          93       93           
  Lines       23007    23010    +3     
  Branches     5017     5018    +1     
=======================================
+ Hits        20657    20660    +3     
  Misses       1620     1620           
  Partials      730      730           

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

@bouweandela bouweandela marked this pull request as ready for review April 26, 2024 11:22
@bouweandela
Copy link
Member Author

@trexfeathers This is now ready for review

Copy link
Contributor

@trexfeathers trexfeathers left a comment

Choose a reason for hiding this comment

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

This is looking great, thanks @bouweandela

Just one thing for you to action.

lib/iris/tests/test_analysis.py Outdated Show resolved Hide resolved
lib/iris/tests/test_analysis.py Outdated Show resolved Hide resolved
@trexfeathers trexfeathers merged commit 3e1e80e into SciTools:main May 22, 2024
21 checks passed
@bouweandela bouweandela deleted the lazy-cube-rolling-window branch May 22, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants