Since I have a "cimport numpy as np" at the top of my cython file,

array1.shape == array2.shape

is only true if array1 IS array2 because .shape return the npy_intp*
pointer to the shape array.

Is there a way for me check if the values in the shape array are equal
(ala python) without having to drop into a loop?

Cheers!

Chris
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to