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

Bugfix/assert array equal #115

Merged
merged 3 commits into from
Oct 7, 2023
Merged

Conversation

Jax922
Copy link
Contributor

@Jax922 Jax922 commented Oct 6, 2023

I found that the GitHub auto-test error occurs sometimes in the Windows system, that because of using the np.testing.assert_array_almost_equal.
Now, np.testing.allclose is used to fix this problem by the Numpy official advice, more information refers to https://numpy.org/doc/stable/reference/generated/numpy.testing.assert_array_almost_equal.html

@erleben erleben merged commit 48fc3d1 into diku-dk:main Oct 7, 2023
3 checks passed
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