On Tue, May 20, 2008 at 12:13 PM, Charles R Harris
<[EMAIL PROTECTED]> wrote:
> Looks like we need to add a test for this before release. But I'm off to
> work.
Here's a simpler example in case you want to wrap it in a test harness:
import datetime
import numpy as np
r = np.rec.fromarrays([
[datetime.date(2007,1,1), datetime.date(2007,1,2), datetime.date(2007,1,2)],
[.1, .2, np.nan],
], names='date,value')
np.save('mytest.npy', r)
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion