[Numpy-discussion] Re: exp(NINF) returns underflow error after version 1.20

2022-01-25 Thread Michael Gutteridge
Thanks- I've created bug https://github.com/numpy/numpy/issues/20891 - Michael ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/nump

[Numpy-discussion] Re: exp(NINF) returns underflow error after version 1.20

2022-01-24 Thread Sebastian Berg
On Mon, 2022-01-24 at 19:37 +, Michael Gutteridge wrote: > We have an interesting situation where a test suite that checks the > value of e^-inf is behaving differently depending on Numpy version.  > The minimal test I'm using is: > > #!/usr/bin/env python3 > import numpy as np > np.seterr(und