Skip to content

Conversation

@danking
Copy link
Contributor

@danking danking commented Feb 28, 2020

We were missing __rmatmul__.

The treasures you find when cleaning up my shuffler PR 🤷‍♂ .

We were missing `__rmatmul__`.
Copy link
Contributor

@johnc1231 johnc1231 left a comment

Choose a reason for hiding this comment

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

Nice! Had fixing this interop bit on my todo list, didn't realize there was an __rmatmul__ though.

@johnc1231
Copy link
Contributor

You can't compare ndarrays with ==, that does an elementwise thing and produces an ndarray of booleans. Use np.array_equal

@danking
Copy link
Contributor Author

danking commented Feb 28, 2020

ugh who ever wants that meaning of ==

@danking danking merged commit 12bfa69 into hail-is:master Feb 28, 2020
@akotlar
Copy link
Contributor

akotlar commented Feb 28, 2020

agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants