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(recarrays with cellid): fixes bug when setting data as recarrays with cellids #2029

Merged
merged 5 commits into from
Dec 5, 2023

Conversation

scottrp
Copy link
Contributor

@scottrp scottrp commented Dec 5, 2023

Fix is specifically for setting flopy data with recarrays that contain cellids broken out by layer, row, column instead of as a cellid tuple. Flopy now automatically converts the layer, row, and column into a tuple for storage.

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #2029 (290fb31) into develop (788a8df) will increase coverage by 0.0%.
Report is 1 commits behind head on develop.
The diff coverage is 100.0%.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2029     +/-   ##
=========================================
  Coverage     72.8%   72.9%             
=========================================
  Files          259     259             
  Lines        57665   59047   +1382     
=========================================
+ Hits         42032   43064   +1032     
- Misses       15633   15983    +350     
Files Coverage Δ
flopy/mf6/coordinates/modeldimensions.py 78.4% <ø> (-0.6%) ⬇️
flopy/mf6/data/mfdatastorage.py 71.3% <100.0%> (+1.5%) ⬆️

... and 72 files 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.

This looks good, @scottrp. Thanks for putting it in.

@langevin-usgs langevin-usgs merged commit a880039 into modflowpy:develop Dec 5, 2023
23 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.

2 participants