-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils/check): file check for mfusg unstructured models (#1145)
* mfusg file checking did not previously work * add get_neighbors function clause for mfusg unstructured grids (in check class, but not mf6check) * add modflow/mfdisu/_get_neighboring_nodes function * fix pakbase/_check_flowp hk and vka for unstructured cases * modify modflow/mfbas/check function to cater for mfusg unstructured grids, in addition to structured modflow grids * modify t016_test.py to cater for modflow/mfdisu/_get_neighboring_nodes function * pakbase sidestep np jagged array deprecation warning * add mfusg load tests to t016 Co-authored-by: Mike Taves <mwtoews@gmail.com> Resolves #1072
- Loading branch information
1 parent
e77536f
commit 345e0fb
Showing
7 changed files
with
225 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.