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. |
wpbonelli
left a comment
There was a problem hiding this comment.
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