[SciPy-user] problems with scipy.io.read_array

Remco.Strijbos at jdsu.com Remco.Strijbos at jdsu.com
Fri Jun 7 02:45:07 EDT 2002


The same error occurs on both Linux (mandrake 8,2 with binary rpm of scipy
) and Windows.
   There is nothing special with the text file, the same error occurs when
you write and read back
    an array as in the code below:

   import Numeric
   import scipy.io
    x=Numeric.identity(3,Numeric.Float)
    scipy.io.write_array('test2.dat',x)
    y=scipy.io.read_array('test2.dat')

    Remco.



This email contains information that may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee),
you may not use, copy or disclose this message to anybody or the
information contained herein. If you have received this email in error,
please notify the sender and delete this message.  Thank you.





More information about the SciPy-User mailing list