Tuple length matching error with mfhfb.py #1672
Unanswered
CynicalDonkey
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Hi @CynicalDonkey I'll take a look at this in the next week or so. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CynicalDonkey see PR #1686. Once/if accepted, you can update your flopy install to the latest develop branch and then be able to load your model, eg:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Chris,
Thanks very much for taking the time to address this and push a fix. If you
have time at some point, I would love to have a general chat about the big
picture view of what you changed. I have taken a look through the code
commit, but it's a bit beyond my understanding at the moment. That is what
I am working on though, and getting feedback or assistance from people who
know their stuff, as it seems you do, always helps out a lot.
Thanks,
Wesley
…On Thu, Jan 19, 2023 at 10:33 PM Chris Nicol ***@***.***> wrote:
@CynicalDonkey <https://github.com/CynicalDonkey> see PR #1686
<#1686>. Once/if accepted, you can
update your flopy install to the latest develop branch and then be able to
load your model, eg:
pip uninstall --yes flopy
pip install https://github.com/modflowpy/flopy/archive/refs/heads/develop.zip
—
Reply to this email directly, view it on GitHub
<#1672 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A46WVKBNI7YN3WHGS6BFN43WTIITHANCNFSM6AAAAAATJ7JKOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with flopy 3.3.7 and attempting to load a fresh copy of the Texas Water Development Board central carrizo wilcox groundwater availability model, which is modflow-USG, to Spyder. After running flopy.mfusg.MfUsg.load(), I get the following error:
I've opened the mfhfb.py file to see if I can determine what is happening, but it's a bit beyond my comprehension. The section where the error in mfhfb.py is thrown from is below:
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions