[Numpy-discussion] compress numpy vs .numarray

Sebastian Haase seb.haase at gmx.net
Thu Jan 4 19:50:36 EST 2007


Hi!
when calling compress
I get this error message after moving to numpy:

ValueError: 'condition must be 1-d array'

Is the reason for this the change of the default axis from
axis=0
to
axis=None

What does axis=None mean in this case !?

Thanks,
-Sebastian



More information about the NumPy-Discussion mailing list