Skip to content
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

Fix Issue #1670 #246

Closed
wants to merge 3 commits into from
Closed

Fix Issue #1670 #246

wants to merge 3 commits into from

Conversation

teoliphant
Copy link
Member

This patch fixes PR #190 so that quadpack works even if ctypes is missing.

yarikoptic and others added 3 commits April 4, 2012 16:27
any comparison (< or >=) with NaN is False, so check to belong to the range
[x,y] must be done with (>=x)&&(<=y) and not !((<x)||(>y))

This issue happens to be critical especially for big-endian architectures
leading to stalling in smirnov due to excessive looping later in the code.

References:
  http://bugs.debian.org/cgi-bin/bugreport.cgi\?bug\=653948
  http://mail.scipy.org/pipermail/scipy-dev/2012-March/017298.html
@teoliphant teoliphant closed this Jun 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants