Skip to content

Fix "ufunc 'isnan' not supported for the input types..." #945

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

Merged
merged 5 commits into from
Sep 24, 2021

Conversation

LukichevaPolina
Copy link
Contributor

Fix "ufunc 'isnan' not supported for the input types..."

Fix "ufunc 'isnan' not supported for the input types..."
@Alexander-Makaryev Alexander-Makaryev added the in progress Please do not merge. Work is in progress. label Sep 22, 2021
Comment on lines 78 to 79
if config.__DPNP_OUTPUT_DPCTL__:
return call_origin(numpy.count_nonzero, x1, axis, keepdims=keepdims)
Copy link
Contributor

Choose a reason for hiding this comment

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

We made changes in count_nonzero func implementation. Is this fallback still required?

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think so.

@densmirn densmirn removed the in progress Please do not merge. Work is in progress. label Sep 24, 2021
@densmirn densmirn merged commit c7b541c into IntelPython:master Sep 24, 2021
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