Skip to content

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