Open jepler opened 1 year ago
While this is still incorrect
>>> np.min(np.array([range(5)]), axis=1)
0.0
it, at least, doesn't segfault. So, are we dealing with a problem here that is much deeper than ulab
? If I simply create the array from the range
, then
>>> np.array([range(200000)])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
MemoryError: memory allocation failed, allocating 1600000 bytes
Describe the bug A clear and concise description of what the bug is. Give the
ulab
versionExpected behavior python3 and numpy give:
Additional context Found by automated fuzzing