Skip to content

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

Merged
jlarsen-usgs merged 8 commits into
modflowpy:developfrom
jdlarsen-UA:develop
Sep 18, 2026
Merged

jlarsen-usgs merged 8 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.7%. Comparing base (556c088) to head (e57fa91).
⚠️ Report is 233 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2842      +/-   ##
===========================================
+ Coverage     55.5%    73.7%   +18.2%     
===========================================
  Files          644      659      +15     
  Lines       124135   132392    +8257     
===========================================
+ Hits         68947    97684   +28737     
+ Misses       55188    34708   -20480     
Files with missing lines Coverage Δ
flopy/mf6/utils/model_splitter.py 71.7% <100.0%> (-3.2%) ⬇️

... 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
@jlarsen-usgs jlarsen-usgs changed the title Fix(_remap_obs): fix support for GWF observation types with 2 cellids fix(_remap_obs): fix support for GWF observation types with 2 cellids Sep 18, 2026
@jlarsen-usgs
jlarsen-usgs merged commit f9137c5 into modflowpy:develop Sep 18, 2026
24 of 25 checks passed
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