-
Notifications
You must be signed in to change notification settings - Fork 11
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
Test fixes #38
Test fixes #38
Conversation
@@ -104,8 +134,8 @@ def tile_figure( | |||
ul_y = size_y_pixels * y_idx | |||
|
|||
# Create figure. | |||
# fig = plt.figure(constrained_layout=True).subplots(5, 5) | |||
fig = plt.figure(name, figsize=(size_x, plot_size_y)) | |||
# fig = figure(constrained_layout=True).subplots(5, 5) |
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.
If you think it's a good idea, could we remove this commend out line? For the sake of preserving what we know works and minimizing the likelihood of someone accidently bringing up this error again.
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.
That's OK with me. @bbean23 what do you think?
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.
I think it'd be good to remove the commented out line. Note that the figure()
method name changed again in #15, so you should probably pull again.
Closing in favor of #40. |
No description provided.