[SciPy-User] scikits timeseries tofile

Pierre GM pgmdevlist at gmail.com
Thu Mar 24 06:13:01 EDT 2011


On Mar 24, 2011, at 2:50 AM, Gar Brown wrote:

> Hi All,
> 
> While trying to write a timeseries object to file I the following error:
> 
> File "C:\Python27\lib\site-packages\scikits\timeseries\tseries.py",
> line 1527, in tofile
>    return scipy.io.write_array(fileobject, tmpfiller, **optpars)
> AttributeError: 'module' object has no attribute 'write_array'
> 
> 
> I noticed that the scipy.io.write_array function has been deprecated
> for some time, is there a fix or workaround for avoiding this error. I
> really like the time series functionality of scikits.timeseries

Dang. I really need to get back on the scikit... Would you mind filing a ticket ? I'll try to get back to you by next week. Don't hesitate to keep on nudging me till I give you a fix and/or workaround.
P.


More information about the SciPy-User mailing list