Matthew Koichi Grimes wrote: >I've noticed two dtype promotion behaviors that are surprising to me. >I'm hoping to get people's input as to whether I should file bug tickets >on them. > >
Short answer: No, they are not bugs. The rule is: In any mixed-type operation between two objects of the same fundamental "kind" (i.e. integer, float, complex) arrays always have precedence over "scalars" (where a 0-d array is considered a scalar in this context). It's a rule whose reason has a long history. -Travis _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
