-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Ensure figsize is positive finite #13859
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a style fix. Otherwise, looks good.
|
||
def test_invalid_figure_add_axes(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need two blank lines here, which is what travis is failing on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style fixed.
1b188f2
to
1453d52
Compare
1453d52
to
da83457
Compare
This is ready to merge. |
Thanks! |
PR Summary
Fixes #13857. We were only checking for finite figsize. Changed that to positive finite.
PR Checklist