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

BUG: fix leaking errstate, and ignore invalid= errors in a test #3663

Merged
merged 1 commit into from
May 17, 2014

Conversation

pv
Copy link
Member

@pv pv commented May 16, 2014

Apparently, Numpy error behavior is different for Python2.6/Numpy 1.5.1 compared to more recent versions, as the invalid flag is not raise in newer versions.

The origin of the failure is trying to exponentiate a matrix that results to matrix elements that overflow the floating point range.

Fixes gh-3662

Apparently, Numpy behavior is different for Python2.6/Numpy 1.5.1
compared to more recent versions.
@pv pv added the PR label May 16, 2014
@pv pv added this to the 0.15.0 milestone May 16, 2014
@argriffing
Copy link
Contributor

Nice detective work!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) when pulling 96184b0 on pv:fix-errs into abf10f6 on scipy:master.

argriffing added a commit that referenced this pull request May 17, 2014
BUG: fix leaking errstate, and ignore invalid= errors in a test
@argriffing argriffing merged commit 4c92c99 into scipy:master May 17, 2014
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.

Travis failure on Numpy 1.5.1 (not reproducible?)
3 participants