-
Notifications
You must be signed in to change notification settings - Fork 879
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
Fix for pandas 1.2.0 #1286
Fix for pandas 1.2.0 #1286
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1286 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 134 134
Lines 14456 14456
=======================================
Hits 14220 14220
Misses 236 236
Continue to review full report at Codecov.
|
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.
Looks good
Fix for pandas 1.2.0
pandas 1.2.0 included a new warning which caused unit test failures in Featuretools. This PR removes the usage of
.ravel
which was causing a warning to be raised, when none were expected in the tests.