-
Notifications
You must be signed in to change notification settings - Fork 891
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
Equal and NotEqual fix #968
Conversation
Codecov Report
@@ Coverage Diff @@
## master #968 +/- ##
=======================================
Coverage 98.23% 98.24%
=======================================
Files 119 119
Lines 10905 10945 +40
=======================================
+ Hits 10713 10753 +40
Misses 192 192
Continue to review full report at Codecov.
|
4f1462b
to
495e5b5
Compare
}) | ||
|
||
es = ft.EntitySet('not_equal_test') | ||
es.entity_from_dataframe('values', df, index='id') |
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.
can we make this entityset a fixture use by both tests to avoid duplicated code?
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.
Can we also add a test case for the issue reported in #944
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
Resolves #922 and #944
.eq
instead ofnumpy.equal