forked from conda-forge/numpy-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpy.exp
is not raising overflow error for large values
#16
Comments
Perhaps it's related to this patch? |
I'm not seeing this issue with the NumPy 1.17.2 release:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue:
numpy.exp
is not raising overflow error for large values, only in the Anaconda distribution, present in the latest version and at least since version 1.14.2.I've tested this in both Windows and Linux, with Anaconda, conda-forge and Intel packages, and I've attested that the problem is only present in Anaconda packages.
Here is how to reproduce it:
if the problem is present, it will print nothing. If everything is ok, it will print:
I've reported it before in numpy/numpy#11117, but this seems to be an Anaconda-only problem.
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: