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(array3d_export): fix exporting of array3d to shp #2310

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

martclanor
Copy link
Contributor

@martclanor martclanor commented Sep 14, 2024

This PR aims to address the issue raised in discussion #2308

  • fix(MultiList): increment index per layer in build_list
  • fix(array3d_export): fix case for disu grid
  • add tests

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 75.6%. Comparing base (40a600c) to head (ae68e7a).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
flopy/export/utils.py 84.6% 2 Missing ⚠️
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     
Files with missing lines Coverage Δ
flopy/utils/datautil.py 70.2% <100.0%> (ø)
flopy/export/utils.py 59.2% <84.6%> (-5.0%) ⬇️

... and 144 files with indirect coverage changes

@martclanor martclanor force-pushed the fix_export_shp branch 3 times, most recently from 36a72ad to ae68e7a Compare September 15, 2024 08:47
@wpbonelli
Copy link
Member

@martclanor the CI failures are unrelated and need not prevent this from merging if/when it's ready

@martclanor
Copy link
Contributor Author

Thank you for clearing that out! I think it's ready for review.

@martclanor martclanor marked this pull request as ready for review September 15, 2024 18:41
Copy link
Member

@wpbonelli wpbonelli left a 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!

@wpbonelli wpbonelli merged commit 693f01a into modflowpy:develop Sep 16, 2024
25 of 26 checks passed
@wpbonelli
Copy link
Member

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.

@martclanor martclanor deleted the fix_export_shp branch September 16, 2024 19:23
@wpbonelli
Copy link
Member

The runner issue has been fixed upstream

martclanor added a commit to martclanor/flopy that referenced this pull request Sep 21, 2024
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
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