Message88022
testing with 2.6 and numpy 1.3 already ::
timedelta(seconds = int32(36))
TypeError: unsupported type for timedelta seconds component:
numpy.int32
But not if I apply a change to numpy to fix issue2263
then ``timedelta(days = int32(36))`` and ``timedelta(minutes =
int32(36))`` result in wrong timedeltas. |
|
| Date |
User |
Action |
Args |
| 2009-05-18 09:25:29 | grubert | set | recipients:
+ grubert, LambertDW, barronh |
| 2009-05-18 09:25:29 | grubert | set | messageid: <[email protected]> |
| 2009-05-18 09:25:27 | grubert | link | issue5476 messages |
| 2009-05-18 09:25:26 | grubert | create | |
|