From: Colin J. W. <cj...@sy...> - 2003-11-21 17:20:38
|
Todd Miller wrote: >On Fri, 2003-11-21 at 09:58, Alexander Schmolck wrote: > > >>Todd Miller <jm...@st...> writes: >> >> >> >>>On Thu, 2003-11-20 at 18:18, Chris Barker wrote: >>> >>> >>>>Todd Miller wrote: >>>> >>>> >>>>>Someone recently suggested that we change the default for numarray >>>>>underflow checking to "ignore". Please vote (+1, 0, -1): >>>>> >>>>> >>>>What is it currently, and what other options are there? >>>> >>>> >>>The default of underflow is "warn" >>> >>> >>I much prefer the current default. Having (potential errors) ignored silently >>is IMHO against the spirit of python. What's the problem with manually setting >>"ignore underflow" if and when one knows that underflows might occur but can >>safely be ignored? >> >> > >I'll read that as -1. :-) > This proposal leaves the control with the user, which seems to be the best way to go. Colin W. |