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

Accommodate different reach index names for future flopy versions #83

Merged
merged 2 commits into from
Sep 30, 2023

Conversation

mwtoews
Copy link
Owner

@mwtoews mwtoews commented Sep 30, 2023

Future flopy / MODFLOW 6 versions have renamed the reach index name from "rno" to "ifno". This PR adapts to these changes from flopy.

Data frame column names like "to_rno" also may be renamed "to_ifno".

Internally, this is called "ridx" for reach index.

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #83 (045c92d) into main (ec9d851) will decrease coverage by 0.04%.
The diff coverage is 83.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   93.00%   92.97%   -0.04%     
==========================================
  Files          22       22              
  Lines        7878     7911      +33     
==========================================
+ Hits         7327     7355      +28     
- Misses        551      556       +5     

@mwtoews mwtoews merged commit b774d8a into main Sep 30, 2023
5 of 6 checks passed
@mwtoews mwtoews deleted the future-flopy branch September 30, 2023 09:38
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.

None yet

1 participant