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

MAINT: slsqp PEP8 formatting fixes, typos, etc. #7841

Merged
merged 1 commit into from Sep 9, 2017

Conversation

endolith
Copy link
Member

@endolith endolith commented Sep 9, 2017

I was going to fix a warning by adding:

    # Replace nans with infs for testing
    bnds[:, 1][np.isnan(bnds[:, 1])] = +np.inf
    bnds[:, 0][np.isnan(bnds[:, 0])] = -np.inf

Then I fixed the stuff that pylint was complaining about, and then realized the thing I was fixing was already fixed in #7704 , so just submitting the nitpicking stuff. :)

@rgommers rgommers added maintenance Items related to regular maintenance tasks scipy.optimize labels Sep 9, 2017
@rgommers
Copy link
Member

rgommers commented Sep 9, 2017

Let's not wait for the OSX CI run, the rest is all green. Merging, thanks @endolith

@rgommers rgommers merged commit 98d4054 into scipy:master Sep 9, 2017
@rgommers rgommers added this to the 1.0.0 milestone Sep 9, 2017
@endolith endolith deleted the slsqp branch September 9, 2017 12:35
@endolith endolith changed the title slsqp PEP8 formatting fixes, typos, etc. MAINT: slsqp PEP8 formatting fixes, typos, etc. May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.optimize
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants