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

Test fixes #38

Closed
wants to merge 10 commits into from
Closed

Test fixes #38

wants to merge 10 commits into from

Conversation

e10harvey
Copy link
Collaborator

No description provided.

@@ -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)
Copy link
Collaborator

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.

Copy link
Collaborator Author

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?

Copy link
Collaborator

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.

@e10harvey
Copy link
Collaborator Author

Closing in favor of #40.

@e10harvey e10harvey closed this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants