Open
Description
I would like to take this as a follow-up PR as we need to make two major changes:
For both timedeltas, we need to do this:
numpy/numpy/core/src/umath/loops.c.src
Lines 1446 to 1448 in 000dfda
But as I mentioned in #17727 (comment), we are truncating instead of flooring. Second being the setting of invalid division.
Originally posted by @ganesh-k13 in #17727 (comment)
Refers: #17727, #16458
CC: @seberg , @mattip, @eric-wieser