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

Fix NumPy 2.0 issues #19

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Fix NumPy 2.0 issues #19

merged 1 commit into from
Jul 26, 2024

Conversation

tobiasmarke
Copy link
Collaborator

No description provided.

Copy link
Contributor

@siiptuo siiptuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works nicely again!

@@ -324,7 +324,7 @@ def _initialize_figure(n_subplots: int, dpi) -> tuple:
)
fig.subplots_adjust(left=0.06, right=0.73)
axes_list = [axes] if isinstance(axes, Axes) else axes.tolist()
return fig, axes
return fig, axes_list
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... good catch!

@siiptuo siiptuo merged commit 8245d5e into main Jul 26, 2024
12 checks passed
@siiptuo siiptuo deleted the numpy branch July 26, 2024 07:24
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.

None yet

2 participants