-
Notifications
You must be signed in to change notification settings - Fork 66
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
[python] warnings #296
Comments
Noticed. I will do a PR incorporating soon. |
List of warnings candidates:
|
As discussed in #1096:
|
I just discovered (yes, I should learn python properly...) https://docs.python.org/3/library/warnings.html . That seems like a good fit for
print("Warning: computing barycenter of empty diag set. Returns None")
in barycenter.py.The text was updated successfully, but these errors were encountered: