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(ModflowUzf1): update load for iuzfopt = -1 #1416

Merged
merged 2 commits into from
May 17, 2022
Merged

fix(ModflowUzf1): update load for iuzfopt = -1 #1416

merged 2 commits into from
May 17, 2022

Conversation

jlarsen-usgs
Copy link
Contributor

  • updates for plot_pathline()
  • update test_034, test_uzf_negative_iuzfopt

Closes #1406

* updates for plot_pathline()
@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #1416 (5f1e9a1) into develop (1cd4ba0) will decrease coverage by 44.822%.
The diff coverage is 0.000%.

@@              Coverage Diff               @@
##           develop     #1416        +/-   ##
==============================================
- Coverage   74.855%   30.032%   -44.823%     
==============================================
  Files          249       249                
  Lines        53566     52136      -1430     
==============================================
- Hits         40097     15658     -24439     
- Misses       13469     36478     +23009     
Impacted Files Coverage Δ
flopy/modflow/mfuzf1.py 7.012% <0.000%> (-81.559%) ⬇️
flopy/plot/crosssection.py 4.687% <0.000%> (-59.991%) ⬇️
flopy/plot/map.py 7.563% <0.000%> (-76.381%) ⬇️
flopy/plot/plotutil.py 5.942% <0.000%> (-40.570%) ⬇️
flopy/mf6/utils/testutils.py 0.000% <0.000%> (-93.334%) ⬇️
flopy/mfusg/mfusgsms.py 6.190% <0.000%> (-91.474%) ⬇️
flopy/mf6/utils/postprocessing.py 9.259% <0.000%> (-88.889%) ⬇️
flopy/modflow/mfevt.py 7.812% <0.000%> (-87.007%) ⬇️
flopy/mf6/utils/lakpak_utils.py 2.097% <0.000%> (-85.315%) ⬇️
flopy/modflow/mfhyd.py 13.223% <0.000%> (-85.124%) ⬇️
... and 208 more

@christianlangevin christianlangevin merged commit 0136b7f into modflowpy:develop May 17, 2022
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.

UZF1 load() does not allow for VKS input, and erroneously expects EXTWC input, when when IUZFOPT=-1
2 participants