diff options
author | Antoine Pitrou <antoine@python.org> | 2015-09-01 15:50:07 +0200 |
---|---|---|
committer | Antoine Pitrou <antoine@python.org> | 2015-09-01 16:24:27 +0200 |
commit | ad1f7cb18f24d6807708889753556236b076ea5d (patch) | |
tree | 70a36d6b00ab723d57e6b9e6cce3373f8c1ce4b7 /numpy/lib/npyio.py | |
parent | d750cba93436f20d5457daec5ad5d5ffb65f22bd (diff) | |
download | numpy-ad1f7cb18f24d6807708889753556236b076ea5d.tar.gz |
BUG: fix timedelta arithmetic with invalid values or NaTs
Timedelta multiplication and division relied on undefined behaviour for some
inputs, which would give the expected results on x86 but not on armv7l
(e.g. Raspberry Pi 2). Closes #6274.
Diffstat (limited to 'numpy/lib/npyio.py')
0 files changed, 0 insertions, 0 deletions