From: koara <ko...@at...> - 2006-11-09 23:24:55
|
Ok, so i installed the newest numpy and scipy over enthought defaults. The original problem indeed disappeared! Given the highly suspicous magic threshold number of 10000, i suspect it was a bug in old numpy. Makes me wonder if it's really been solved or just stopped manifesting itself in my test data :> Btw numpy.sum now behaves differently when axis is left unspecified: an example listed in help(numpy.sum) doesn't give the result the help claims it does, as numpy.sum([[0, 1], [0, 5]]) now gives 6. Someone ought to either change the description or the code 8) Cheers |