[SciPy-User] usemask kwd in timeseries.tsfromtxt missing?

Skipper Seabold jsseabold at gmail.com
Fri Mar 12 16:59:39 EST 2010


The docs say that usemask is a kwd arg, but it's not implemented.  Is
this an oversight or are the docs wrong and the TimeSeries object must
be a masked array?

Using recent trunk.

In [1]: import scikits.timeseries as ts

In [2]: ts.__version__
Out[2]: '0.91.3'

Skipper



More information about the SciPy-User mailing list