modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
507 stars 307 forks source link

update(resample_to_grid): filter raster nan values from scipy resampling routines #2285

Closed jlarsen-usgs closed 1 month ago

jlarsen-usgs commented 1 month ago

Address https://github.com/modflowpy/flopy/discussions/2273#discussioncomment-10268125

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.3%. Comparing base (559ae74) to head (59037ef). Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2285 +/- ## ========================================= + Coverage 73.9% 74.3% +0.3% ========================================= Files 294 294 Lines 59394 59394 ========================================= + Hits 43932 44166 +234 + Misses 15462 15228 -234 ``` | [Files](https://app.codecov.io/gh/modflowpy/flopy/pull/2285?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy) | Coverage Δ | | |---|---|---| | [flopy/utils/rasters.py](https://app.codecov.io/gh/modflowpy/flopy/pull/2285?src=pr&el=tree&filepath=flopy%2Futils%2Frasters.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy#diff-ZmxvcHkvdXRpbHMvcmFzdGVycy5weQ==) | `74.2% <100.0%> (+0.3%)` | :arrow_up: | ... and [18 files with indirect coverage changes](https://app.codecov.io/gh/modflowpy/flopy/pull/2285/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy)