Hi,

    I wanted to know if the following behaviour is a bug or intended 
behaviour:

"""  
import numpy as N
N.allclose(N.array([[1., 1.]]), N.array([1.]))
"""

eg should allclose return True if arrays have different shape ?

    cheers,

    David

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to