-
Notifications
You must be signed in to change notification settings - Fork 314
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(array3d_export): fix exporting of array3d to shp #2310
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2310 +/- ##
=========================================
+ Coverage 74.2% 75.6% +1.3%
=========================================
Files 294 294
Lines 59405 59555 +150
=========================================
+ Hits 44135 45066 +931
+ Misses 15270 14489 -781
|
36a72ad
to
ae68e7a
Compare
@martclanor the CI failures are unrelated and need not prevent this from merging if/when it's ready |
ae68e7a
to
c93977b
Compare
Thank you for clearing that out! I think it's ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for wading in and fixing this @martclanor!
The CI failures are due to actions/runner-images#10624. MF6 nightly build is broken for the same reason. I will wait to see if github fixes the mac runner image before trying to work around it. |
The runner issue has been fixed upstream |
Fix the issue raised in discussion modflowpy#2308 - fix(MultiList): increment index per layer in build_list - fix(array3d_export): fix case for disu grid - add tests
This PR aims to address the issue raised in discussion #2308