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: sparse.linalg: fix corner-case bug in expm #8034

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Conversation

pv
Copy link
Member

@pv pv commented Oct 15, 2017

Deal explicitly with log2(0) == -inf appearing for some nilpotent
inputs. Checked against the original paper, and changed the code
to match the intent.

Fixes gh-8029

@pv pv force-pushed the expm-fix branch 4 times, most recently from e54caa0 to 3f5d9c1 Compare October 15, 2017 16:47
@person142 person142 added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg labels Oct 15, 2017
Deal explicitly with log2(0) == -inf appearing for some nilpotent
inputs.
@person142 person142 merged commit 69200ae into scipy:master Oct 16, 2017
@pv pv added this to the 1.1.0 milestone Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants