[Numpy-discussion] segfaulting numpy with dot and datetime

Charles R Harris charlesr.harris at gmail.com
Mon Dec 10 20:26:35 EST 2012


On Mon, Dec 10, 2012 at 5:39 PM, <josef.pktd at gmail.com> wrote:

> >>> np.__version__
> '1.6.2'
> >>> aa
> array([1970-01-13 96:00:00, 1970-01-13 120:00:00, 1970-01-13 144:00:00,
>        1970-01-13 168:00:00, 1970-01-13 192:00:00], dtype=datetime64[ns])
> >>> np.dot(aa, [1])
> <segfault>
>
>
Hmm, I can't even get that array using current master, what with illegal
hours and all. Datetime in 1.6.x wasn't quite up to snuff, so things might
have been fixed in 1.7.0. Is there any way you can check that.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20121210/659ebba6/attachment.html>


More information about the NumPy-Discussion mailing list