update(Mf6Splitter): update data types for memory reduction - #2819
Open
jlarsen-usgs wants to merge 6 commits into
Open
update(Mf6Splitter): update data types for memory reduction#2819jlarsen-usgs wants to merge 6 commits into
jlarsen-usgs wants to merge 6 commits into
Conversation
* add a `no_remap_key` that can be used to ignore remapping inactive cells - no remap is automatically applied when `active_only` is True in `optimize_splitting_mask`
change from neighbor dict to iac, ja representation to reduce memory
jlarsen-usgs
marked this pull request as draft
August 21, 2026 18:59
Contributor
Author
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2819 +/- ##
===========================================
+ Coverage 55.5% 73.4% +17.9%
===========================================
Files 644 659 +15
Lines 124135 132174 +8039
===========================================
+ Hits 68947 97090 +28143
+ Misses 55188 35084 -20104
🚀 New features to boost your workflow:
|
jlarsen-usgs
marked this pull request as ready for review
August 21, 2026 20:44
Contributor
Author
|
Additional work on #2816 will come as a separate PR |
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.
._node_mapand._connectionrepresentation from dictionary to numpy arrays to reduce memory usage._node_map_arrand._model_map_arrto store remapping information._connectioninformation asiac,jarepresentationno_remap_keyto force model splitter not to remap inactive cells from original model whenactive_onlyis used to create splitting mask