-
Notifications
You must be signed in to change notification settings - Fork 80
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
Port to Pandas 2.0 #627
Comments
Unless we have a specific requirement for |
Reopening and assigning this for code-reorg. |
Stale issue message |
Stale issue message |
I'll gladly take this on. |
Thanks @Ainesh06102004, this is now assigned to you! |
When upgrading pandas to 2.0.0 version, it is becoming incompatibe with numpy 1.22.0 version, which is currently being used. |
@szmazurek you are working on the numpy version port, right? |
Yes, if nothing goes wrong the PR goes tomorrow |
Describe the bug
when running
gandlf_run
, I am encountering:ERROR: 'DataFrame' object has no attribute 'append'
To Reproduce
Train a model using
gandlf_run
.I trained using
2d_rad_segmentation
data fromhttps://upenn.box.com/shared/static/y8162xkq1zz5555ye3pwadry2m2e39bs.zip
and the config file from samples in the repoconfig_classification.yaml
Additional context
pandas
to1.5.3
The text was updated successfully, but these errors were encountered: