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 excessive memory usage of _fill_nans_infs_nwp_cascade #425

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

mats-knmi
Copy link
Contributor

For some reason this one small method increased the memory consumption of our blending implementation by 50%. This pull requests fixes this.

@mats-knmi mats-knmi requested a review from dnerini August 20, 2024 13:00
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.88%. Comparing base (9803d54) to head (cddfdf5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   83.87%   83.88%           
=======================================
  Files         160      160           
  Lines       12779    12781    +2     
=======================================
+ Hits        10719    10721    +2     
  Misses       2060     2060           
Flag Coverage Δ
unit_tests 83.88% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dnerini dnerini merged commit 176a9c2 into master Aug 20, 2024
10 checks passed
@mats-knmi mats-knmi deleted the fix-memory-usage branch August 20, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants