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 downscaling functionality #278

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Fix downscaling functionality #278

wants to merge 2 commits into from

Conversation

JGuetschow
Copy link
Contributor

Fix issues with 0 data in downscaling functions

Pull request

Please confirm that this pull request has done the following:

  • Tests added
  • Documentation added (where applicable)
  • Description in a {pr}.thing.md file in the directory changelog added - see changelog/README.md for details

Description

Please provide a short description what your pull request does.

@JGuetschow JGuetschow self-assigned this Oct 22, 2024
@JGuetschow JGuetschow linked an issue Oct 22, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.25%. Comparing base (5a5deb0) to head (bcfac31).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   97.25%   97.25%           
=======================================
  Files          47       47           
  Lines        4441     4450    +9     
=======================================
+ Hits         4319     4328    +9     
  Misses        122      122           

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

@JGuetschow JGuetschow changed the title Fix downscaling fucntionality Fix downscaling functionality Oct 23, 2024
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.

Downscaling does not work if all values are zero
1 participant