8000 MAINT: Fix test_int_from_huge_longdouble on Darwin. by charris · Pull Request #10000 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT: Fix test_int_from_huge_longdouble on Darwin. #10000

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

Merged
merged 1 commit into from
Nov 10, 2017

Conversation

charris
Copy link
Member
@charris charris commented Nov 10, 2017

The test was failing on Darwin due to Apple's defective pow function.
The fix here is to generate the huge longdouble that is tested in a way
that avoids the problems of the pow function.

The C++ comments in npy_longdouble.c are also fixed.

The fix has been tested on a Mac.

The test was failing on Darwin due to Apple's defective pow function.
The fix here is to generate the huge longdouble that is tested in a way
that avoids the problems of the pow function.

The C++ comments in npy_longdouble.c are also fixed.
@eric-wieser
Copy link
Member

Thanks!

@charris charris deleted the fix-from_huge_longdouble_test branch November 10, 2017 21:28
@mhvk
Copy link
Contributor
mhvk commented Nov 12, 2017

Belated 🎉 🎉 - issue 10000!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0