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 issue with array analysis tests needing scipy. #6945

Merged

Conversation

stuartarchibald
Copy link
Contributor

This is needed since the implementation of np.dot is now an
overload and as a result it must be typed via compilation and if
SciPy is not present this will fail. Fix is to skip this test on
systems with no suitable SciPy.

This is needed since the implementation of `np.dot` is now an
overload and as a result it must be typed via compilation and if
SciPy is not present this will fail. Fix is to skip this test on
systems with no suitable SciPy.
@stuartarchibald
Copy link
Contributor Author

Context: #6944 (comment)

@stuartarchibald stuartarchibald added this to the Numba 0.54 RC milestone Apr 19, 2021
Copy link
Member

@sklam sklam left a comment

Choose a reason for hiding this comment

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

Thanks for the patch!

@sklam sklam added 5 - Ready to merge Review and testing done, is ready to merge and removed 3 - Ready for Review labels Apr 20, 2021
@sklam sklam merged commit 287e948 into numba:master Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge Effort - short Short size effort needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants