Hi, The exception which is currently, (v1.6), raised when two non broadcastable arrays are summed is a ValueError exception. Wouldn't it be better to create a specific exception class, e.g. BroadcastError, to be more specific and give better control in exception catching?
Just a suggestion, Davide _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
