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: Prevent infinite loop in optimize._lsq.trf_linear.py #7166

Merged
merged 1 commit into from Mar 14, 2017

Conversation

nmayorov
Copy link
Contributor

Just noticed an obvious error in code which is unlikely to be executed often (if at all). So yes, it's untested code, but again it's very hard to trigger it. With the fix it should be pretty safe.

I will merge it in few days myself, unless someone really wants to dig deeper into this problem.

@nmayorov nmayorov added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.optimize labels Mar 13, 2017
@rgommers
Copy link
Member

Test failure with numpy-dev is unrelated, and looks okay to me - merging. Thanks Nikolay

@rgommers rgommers merged commit 1f7e378 into scipy:master Mar 14, 2017
@rgommers rgommers added this to the 1.0 milestone Mar 14, 2017
@nmayorov nmayorov deleted the trf_linear_bug branch March 15, 2017 00:05
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.optimize
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants