[issue30930] Element wise multiplication issue

Mark Dickinson report at bugs.python.org
Fri Jul 14 10:03:36 EDT 2017


Mark Dickinson added the comment:

This is really a question for a NumPy mailing list, not for the Python bug tracker.

But the answer is that you're doing computations using 32-bit integers, and those computations overflow, leading to the odd results you're seeing. It looks as though your Octave computation is performed using floats, hence the different results.

Closing here: this isn't a bug (not even a NumPy bug, I'm afraid), and it's unrelated to core Python.

----------
nosy: +mark.dickinson
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30930>
_______________________________________


More information about the Python-bugs-list mailing list