Skip to content

Fix(_remap_obs): fix support for GWF observation types with 2 cellids - #2842

Open
jlarsen-usgs wants to merge 6 commits into
modflowpy:developfrom
jdlarsen-UA:develop
Open

Fix(_remap_obs): fix support for GWF observation types with 2 cellids#2842
jlarsen-usgs wants to merge 6 commits into
modflowpy:developfrom
jdlarsen-UA:develop

Conversation

@jlarsen-usgs

Copy link
Copy Markdown
Contributor

No description provided.

* single reach models crashed due to np.diff(reach_data).max() > 0 comparison,
fix for this issue breaks up this comparison by taking the diff first and
evaluating if the diff returns an empty result prior to taking the max()
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.6%. Comparing base (556c088) to head (323b5fe).
⚠️ Report is 227 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2842      +/-   ##
===========================================
+ Coverage     55.5%    73.6%   +18.1%     
===========================================
  Files          644      659      +15     
  Lines       124135   132278    +8143     
===========================================
+ Hits         68947    97477   +28530     
+ Misses       55188    34801   -20387     
Files with missing lines Coverage Δ
flopy/mf6/utils/model_splitter.py 71.0% <100.0%> (-3.9%) ⬇️

... and 585 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jlarsen-usgs
jlarsen-usgs marked this pull request as ready for review September 4, 2026 23:05
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.

Mf6Splitter fails on a model level OBS package with a second cellid

1 participant