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(plot_pathline): split recarray into particle list when it contains multiple particle ids #1400

Merged
merged 2 commits into from Apr 30, 2022

Conversation

jlarsen-usgs
Copy link
Contributor

  • update MfListBudget docstrings

Closes #1398

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #1400 (2993ff9) into develop (cb8c219) will decrease coverage by 44.819%.
The diff coverage is 0.000%.

@@              Coverage Diff               @@
##           develop     #1400        +/-   ##
==============================================
- Coverage   74.865%   30.046%   -44.820%     
==============================================
  Files          249       249                
  Lines        53517     52080      -1437     
==============================================
- Hits         40066     15648     -24418     
- Misses       13451     36432     +22981     
Impacted Files Coverage Δ
flopy/plot/map.py 7.605% <0.000%> (-75.918%) ⬇️
flopy/utils/mflistfile.py 50.684% <ø> (-20.422%) ⬇️
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%) ⬇️
flopy/utils/swroutputfile.py 10.714% <0.000%> (-85.079%) ⬇️
flopy/utils/mtlistfile.py 4.620% <0.000%> (-84.700%) ⬇️
... and 206 more

@langevin-usgs langevin-usgs merged commit 85d4558 into modflowpy:develop Apr 30, 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.

Correction to MFListBudget.get_dataframes() example snippet
2 participants