On Mon, Oct 31, 2011 at 3:45 PM, Fernando Paolo <fspaolo@gmail.com> wrote:
Hello,

I receive the following error when trying:

>>> import numpy as np
>>> np.timedelta64(10, 's')

TypeError: function takes at most 1 argument (2 given)

I know this is probably fully implemented in Numpy 1.7, but what about 1.6.1?


Yep, it's working in current master. I'll have to check 1.6.1 later unless someone who is running it can comment.

Chuck