Dear experts, I am using io.write_array very frequently. However, this function doesn't work for the last 3 days. Is there a workaround for using io.write_array until it's fixed in cvs ? Thanks in advance. Nils
Nils Wagner wrote:
Dear experts,
I am using io.write_array very frequently. However, this function doesn't work for the last 3 days. Is there a workaround for using io.write_array until it's fixed in cvs ?
Could you report the error. It should work... -travis
On Tue, 30 Sep 2003, Travis E. Oliphant wrote:
Nils Wagner wrote:
Dear experts,
I am using io.write_array very frequently. However, this function doesn't work for the last 3 days. Is there a workaround for using io.write_array until it's fixed in cvs ?
Could you report the error. It should work...
I already fixed this. The problem was that array_import.py used Numeric.real but this is available only in the recent versions of Numeric. Pearu
------------------- On Tue, 30 Sep 2003, Travis E. Oliphant wrote:
Nils Wagner wrote:
Dear experts,
I am using io.write_array very frequently. However, this function doesn't work for the last 3 days. Is there a workaround for using io.write_array until it's fixed in cvs ?
Could you report the error. It should work...
I already fixed this. The problem was that array_import.py used Numeric.real but this is available only in the recent versions of Numeric. What is a recent version of Numeric ? I have installed
import Numeric Numeric.__version__ '23.1'
Nils Pearu _______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
On Tue, 30 Sep 2003, Nils Wagner wrote:
The problem was that array_import.py used Numeric.real but this is available only in the recent versions of Numeric. What is a recent version of Numeric ? I have installed
import Numeric Numeric.__version__ '23.1'
Apparently the CVS version that Travis O. uses ;-) Pearu
------------------- On Tue, 30 Sep 2003, Nils Wagner wrote:
The problem was that array_import.py used Numeric.real but this is available only in the recent versions of Numeric. What is a recent version of Numeric ? I have installed
import Numeric Numeric.__version__ '23.1'
Apparently the CVS version that Travis O. uses ;-) Is there a deadline for the next official release of Numeric ? Nils Pearu _______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
participants (4)
-
Nils Wagner -
Nils Wagner -
Pearu Peterson -
Travis E. Oliphant