From: Fernando P. <fpe...@gm...> - 2006-11-09 22:34:06
|
On 11/9/06, Tim Hochberg <tim...@ie...> wrote: > Let me add that I can't imagine that the bugs will be all that subtle > given that numpy now spits out a warning on overflow. > If you're really worried about this I suggest you crank up the error > mode to make this an error - then you really won't be able to miss this > kind of overflow. Not all computations are run interactively with a human in front of the console to actually see the warnings go by. If they get buried in a log file on a cluster, there is a possibility you might miss them. Cheers, f |