Skip to content
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 ResultSet __eq__ to handle nans #1305

Merged
merged 7 commits into from
Apr 1, 2020

Conversation

gaffney2010
Copy link
Member

This is a redo of #1301 which was broken and rolled back.

The error is that I was using matrix[i, j] but this is a list of lists and not a numpy-style matrix, so I changed to matrix[i][j].

I will wait for tests and approvals this time. :D

@drvinceknight
Copy link
Member

I will wait for tests and approvals this time. :D

For future reference, we try to not merge our own PRs just to be sure. 2 positive reviews and one of those usually merges.

Copy link
Member

@drvinceknight drvinceknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcharper
Copy link
Member

LGTM, can you rebase on the most recent master?

@drvinceknight drvinceknight merged commit 053c4be into Axelrod-Python:master Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants