Re: [Numpy-discussion] segfaulting numpy with dot and datetime

2012-12-10 Thread josef . pktd
On Mon, Dec 10, 2012 at 9:46 PM, wrote: > On Mon, Dec 10, 2012 at 8:54 PM, wrote: >> On Mon, Dec 10, 2012 at 8:26 PM, Charles R Harris >> wrote: >>> >>> On Mon, Dec 10, 2012 at 5:39 PM, wrote: >>> np.__version__ '1.6.2' >>> aa array([1970-01-13 96:00:00, 1970-01-13 12

Re: [Numpy-discussion] segfaulting numpy with dot and datetime

2012-12-10 Thread josef . pktd
On Mon, Dec 10, 2012 at 8:54 PM, wrote: > On Mon, Dec 10, 2012 at 8:26 PM, Charles R Harris > wrote: >> >> On Mon, Dec 10, 2012 at 5:39 PM, 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

Re: [Numpy-discussion] segfaulting numpy with dot and datetime

2012-12-10 Thread josef . pktd
On Mon, Dec 10, 2012 at 8:26 PM, Charles R Harris wrote: > > On Mon, Dec 10, 2012 at 5:39 PM, 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]

Re: [Numpy-discussion] segfaulting numpy with dot and datetime

2012-12-10 Thread Charles R Harris
On Mon, Dec 10, 2012 at 5:39 PM, 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]) > > > Hmm, I can't even get that array using