You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real part of the output of numpy.log1p is rounded down to zero when the real part of a complex input is less than about 1e-15. This does not occur for the imaginary part of a complex input/output, or when the input is real.
For example:
Describe the issue:
The real part of the output of numpy.log1p is rounded down to zero when the real part of a complex input is less than about 1e-15. This does not occur for the imaginary part of a complex input/output, or when the input is real.
For example:
This occurs on Linux with numpy version 1.22.2, and python version 3.10.2
Reproduce the code example:
Error message:
No response
NumPy/Python version information:
1.22.2 3.10.2 (main, Jan 15 2022, 19:56:27) [GCC 11.1.0]
The text was updated successfully, but these errors were encountered: