fix(masked_4D_arrays): allow re-use of preceding spd data if empty#2314
Merged
Conversation
98bca51 to
b8a8cac
Compare
Member
|
At least some of the CI failures look like the same thing Josh is running into #2318 (comment). I will patch the get-modflow script shortly |
…eding spd data if empty (mf6)
…ements are of object type
…heck transientlist
b8a8cac to
fe21cbd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2314 +/- ##
=========================================
- Coverage 74.3% 74.2% -0.1%
=========================================
Files 294 292 -2
Lines 59562 59683 +121
=========================================
+ Hits 44282 44336 +54
- Misses 15280 15347 +67
|
wpbonelli
approved these changes
Oct 20, 2024
wpbonelli
left a comment
Member
There was a problem hiding this comment.
Thanks a lot for this @martclanor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to address the issue raised in discussion #2309
I did remove the bare except clause in
flopy.export.shapefile_utils.model_attributes_to_shapefilebut it caused several tests to fail. These issues were addressed in the last commits. However, in hindsight, I'm not sure if that was worth removing.