-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to process my list files? #534
Comments
Have you updated pyemu or pandas or numpy recently? There have been some changes... |
@wkitlasten sounds like you are using a update pyemu to apply parameters in an existing pest interface built with an older version? |
Would be keen to check that file though, if you wanna send it through with the add par(s) calls you are using. |
Thanks J. I had just updated pyemu, but not pandas (scarred) or numpy (scared). I reverted back to an older pyemu to keep moving. @briochh I’ll send the file(s) today. |
I'm failing on line 2339 in helpers with a previously working setup.
mlts is:
and
mlt.index_cols = ['ifno']
So it appears to be looking for
ifno
in the mlts dataframe, but it should be looking forifno
in the org file (ifno
is the correct column name in the org file but not the mlts df).Is there a change that requires me to rebuild everything?
Is this section of code working for everyone else (tests), or might there a mistake here?
Any idea what I might have messed up somewhere along the way? (I don't think I touched this part of the setup, but I never know!)
The text was updated successfully, but these errors were encountered: