[NumPy-Tickets] [NumPy] #2144: .max(0) on reshaped array returns inconsistent results.
NumPy Trac
numpy-tickets@scipy....
Mon May 28 14:20:25 CDT 2012
#2144: .max(0) on reshaped array returns inconsistent results.
--------------------+-------------------------------------------------------
Reporter: thouis | Owner: somebody
Type: defect | Status: needs_review
Priority: high | Milestone: 1.7.0
Component: Other | Version: devel
Keywords: |
--------------------+-------------------------------------------------------
Comment(by mwiebe):
Great work tracking down this tricky bug! The flag idea you suggested
seems like the best approach to fix it, I've implemented this in a branch
here:
https://github.com/mwiebe/numpy/tree/nditer_buffer_flag
Can you verify this fixes your test case?
Thanks!
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2144#comment:11>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list