|
From: Travis O. <oli...@ie...> - 2006-01-23 15:57:49
|
Colin J. Williams wrote: > In exploring these matters, it seems that numpy does not broadcast > scalar operations on arrays, as numarray does. Is this intended? > Please see the script below and the result under that. I don't know what is going on with your installation, because I don't get that error. Your script works fine for me. I wouldn't advise extracting array directly from multiarray as you are doing, because exactly where array lives is an implementation detail that could change in the future. -Travis |