| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
xref numpy/numpy#24682 Only a handful of lines, and _mostly_ in tests/relatively unused utility functions like rgb_to_hsv, but still something that should be addressed.
There was a problem hiding this comment.
I'm not sure if it matters too much, but the upstream PR does do the view before byteswap.
Sorry, something went wrong.
|
I'm pretty sure those are equivalent; byteswap will incur a copy (unless inplace=True) and view is just a view, but whether the copy comes before or after the view doesn't really matter. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR summary
xref numpy/numpy#24682
Only a handful of lines, and mostly in tests/relatively unused utility functions like rgb_to_hsv, but still something that should be addressed.
PR checklist