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: np.equal in test #202

Merged
merged 1 commit into from
Dec 27, 2022
Merged

fix: np.equal in test #202

merged 1 commit into from
Dec 27, 2022

Conversation

younik
Copy link
Member

@younik younik commented Dec 27, 2022

Using np.equal in tests gives TypeError: No loop matching the specified signature and casting was found for ufunc equal with numpy 1.24.
This changes it with np.array_equal instead.

@WillDudley WillDudley marked this pull request as draft December 27, 2022 15:01
@WillDudley WillDudley marked this pull request as ready for review December 27, 2022 15:02
@WillDudley WillDudley merged commit b12a146 into Farama-Foundation:master Dec 27, 2022
@WillDudley
Copy link
Contributor

thanks for the PR!

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.

2 participants