Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT: Remove non-native byte order from _var check. #15738

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 1 commit into from
Mar 11, 2020

Conversation

rossbar
Copy link
Contributor

@rossbar rossbar commented Mar 11, 2020

Removes unnecessary code introduced in #15696.

Non-native byte orders were explicitly added to the fast-path
check in _var for complex numbers. However, the non-native
path is unreachable due to coercion in upstream ufuncs.

Removes unnecessary code introduced in numpy#15696.

Non-native byte orders were explicitly added to the fast-path
check in _var for complex numbers. However, the non-native
path is unreachable due to coercion in upstream ufuncs.
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Sorry for the waste of time here!

@rossbar
Copy link
Contributor Author

rossbar commented Mar 11, 2020

No worries - thanks for all the feedback!

@rossbar rossbar deleted the rm_nnbo branch March 12, 2020 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants