-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(get-pestpp): add get-pestpp command line interface #457
Conversation
@jdhughes-usgs just noting this in here. Looks like the failing tests are related to pandas 2.1 update and pd.read_csv() with delim_whitespace. Looks unrelated to your PR. |
* add documentation for get-pestpp * update meras_trEnhance.pval to remove extra column on one line
@briochh There were three columns in one line of one example dataset that was causing the pandas problem. Let me know if this is not a valid fix. |
@jdhughes-usgs, yeah but I think that the "extra" column was split by a comma. @jtwhite79, might be able to comment on whether the comma is valid in there, think it has always been there. Looks like the Man, spending a lot of time chasing breaking changes these days! |
@briochh It was split by a comma. It was the only line with an extra comma. Hopefully @jtwhite79 can let me know what needs to be done. |
@jdhughes-usgs pin pandas? pandas-dev/pandas#54918 |
@briochh could do that but could be something that bites later on. |
No description provided.