Re: [Numpy-discussion] ticket #1096

2009-06-16 Thread Brian Lewis
On Tue, Jun 16, 2009 at 11:47 AM, Pauli Virtanen wrote: > Anyway, fixed in r7059. > Thanks! ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] ticket #1096

2009-06-16 Thread Pauli Virtanen
On 2009-06-16, Brian Lewis wrote: > http://projects.scipy.org/numpy/ticket/1096 > > Is the fix to this to check if (line 95 of > trunk/numpy/core/src/umathmodule.c.src > ) > >const @type@ tmp = x - y; > > is

[Numpy-discussion] ticket #1096

2009-06-16 Thread Brian Lewis
http://projects.scipy.org/numpy/ticket/1096 Is the fix to this to check if (line 95 of trunk/numpy/core/src/umathmodule.c.src ) const @type@ tmp = x - y; is -inf or not. And if it is, just to return -inf.