On Saturday 07 June 2008 16:04:13 Samuel M. Smith wrote:
> Numpy is installed in /Library/Frameworks/Python.framework/Versions/
> 2.5/lib/python2.5/site-packages/numpy
> Numpy version 1.1.0

> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
> packages/numpy/core/ma.py:609: UserWarning: Cannot automatically
> convert masked array to numeric because data
>      is masked in one or more locations.
>    warnings.warn("Cannot automatically convert masked array to "\

Samuel,
Something must be wrong with your numpy installation: did you forget to delete 
any previous installation of numpy before installing 1.1.0 ? There shouldn't 
be any ma.py module in numpy.core. The masked array module now resides in 
numpy.ma


> FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.TestUfuncs)

Same here: you shouldn't have a numpy.core.tests.test_ma file, but 
numpy.ma.tests.test_core.

Please try to reinstall numpy from scratch, or at least delete outdated files.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to