Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(array3d_export): fix exporting of array3d to shp#2310

Merged
wpbonelli merged 3 commits into
modflowpy:developfrom
martclanor:fix_export_shp
Sep 16, 2024
Merged

fix(array3d_export): fix exporting of array3d to shp#2310
wpbonelli merged 3 commits into
modflowpy:developfrom
martclanor:fix_export_shp

Conversation

@martclanor

@martclanor martclanor commented Sep 14, 2024

Copy link
Copy Markdown
Member

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

@codecov

codecov Bot commented Sep 14, 2024

Copy link
Copy Markdown

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
Copy Markdown
Member

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

@martclanor

Copy link
Copy Markdown
Member 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

@wpbonelli wpbonelli left a comment

Copy link
Copy Markdown
Member

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
@wpbonelli

Copy link
Copy Markdown
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
Copy Markdown
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