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(keyword data): optional keywords (#1909) #1920

Merged
merged 1 commit into from
Aug 16, 2023
Merged

fix(keyword data): optional keywords (#1909) #1920

merged 1 commit into from
Aug 16, 2023

Conversation

spaulins-usgs
Copy link
Contributor

Flopy allows some keywords to be excluded from recarrays, like "FILEIN". This fix makes sure that optional keywords, like "MIXED" are not excluded from recarrays. Since they are optional their presence adds information to the recarray and they therefore can not be excluded.

Flopy allows some keywords to be excluded from recarrays, like "FILEIN".  This fix makes sure that optional keywords, like "MIXED" are not excluded from recarrays.  Since they are optional their presence adds information to the recarray and they therefore can not be excluded.
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #1920 (2196cf6) into develop (ed3a0cd) will decrease coverage by 0.1%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           develop   #1920     +/-   ##
=========================================
- Coverage     72.6%   72.6%   -0.1%     
=========================================
  Files          257     257             
  Lines        56210   56210             
=========================================
- Hits         40835   40833      -2     
- Misses       15375   15377      +2     
Files Changed Coverage Δ
flopy/mf6/data/mfdatastorage.py 71.3% <ø> (ø)

... and 1 file with indirect coverage changes

Copy link
Contributor

@langevin-usgs langevin-usgs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@jdhughes-usgs jdhughes-usgs merged commit 3cef778 into modflowpy:develop Aug 16, 2023
wpbonelli pushed a commit that referenced this pull request Aug 25, 2023
Flopy allows some keywords to be excluded from recarrays, like "FILEIN".  This fix makes sure that optional keywords, like "MIXED" are not excluded from recarrays.  Since they are optional their presence adds information to the recarray and they therefore can not be excluded.

Co-authored-by: scottrp <45947939+scottrp@users.noreply.github.com>
@wpbonelli wpbonelli mentioned this pull request Aug 25, 2023
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.

4 participants