diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-07-28 14:14:55 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-07-28 14:14:55 -0700 |
commit | 621e41d584ee4ec9232576cc637bcc48cf3892be (patch) | |
tree | 2cba86cac6f2dfbe1bbdbd85edf2d92d732a3084 /numpy/core/fromnumeric.py | |
parent | 84e841281361bc708ad9b413433ebb2524d710af (diff) | |
download | numpy-621e41d584ee4ec9232576cc637bcc48cf3892be.tar.gz |
BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to int
Since `total_seconds` returns a python `float`, its easiest to convert to a C float and do the int conversion there
Fixes gh-14077
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions