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

Wrong Warning in ModK.plot() #114

Closed
vferat opened this issue Jun 22, 2023 · 1 comment · Fixed by #115
Closed

Wrong Warning in ModK.plot() #114

vferat opened this issue Jun 22, 2023 · 1 comment · Fixed by #115
Assignees
Labels
🐞 bug Something isn't working

Comments

@vferat
Copy link
Owner

vferat commented Jun 22, 2023

ModK.plot()

[cluster_centers.plot_cluster_centers] WARNING: The argument 'gradient_kwargs' has not effect when the argument 'show_gradient' is set to False.

This error should not appears because gradient_kwarg is not provided.

@vferat vferat added the 🐞 bug Something isn't working label Jun 22, 2023
@vferat vferat self-assigned this Jun 22, 2023
@vferat
Copy link
Owner Author

vferat commented Jun 24, 2023

also missing f string in (l86)

plot_cluster_centers(cluster_centers)

 Argument 'cluster_centers' and 'axes' must contain the same number of clusters and Axes. Provided: 6 microstates maps and {axes.size} axes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant