[SciPy-dev] NameError: global name 'array' is not defined

Nils Wagner nwagner at iam.uni-stuttgart.de
Mon Aug 25 12:46:24 EDT 2008


Damian,

you have introduced a new error.

======================================================================
ERROR: Tests pdist(X, 'canberra') to see if Canberra gives 
the right result as reported in Scipy bug report 711.
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/cluster/tests/test_distance.py", 
line 961, in test_pdist_canberra_ticket_711
     right_y = array([ 0.01492537])
NameError: global name 'array' is not defined
  
Nils



More information about the SciPy-Dev mailing list