-
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
Upgrade base pandas version #740
Upgrade base pandas version #740
Conversation
…t_to_pandas_2.0
…t_to_pandas_2.0
…zmazurek/GaNDLF into port_to_pandas_2.0
…g no pandas errors like attribute error and value errors
…t_to_pandas_2.0
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #740 +/- ##
==========================================
- Coverage 94.71% 94.69% -0.02%
==========================================
Files 117 117
Lines 8224 8222 -2
==========================================
- Hits 7789 7786 -3
- Misses 435 436 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Code coverage reduced because the number of lines of code increased.
Fixes #627
Proposed Changes
Checklist
CONTRIBUTING
guide.pip install
step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3].