-
Notifications
You must be signed in to change notification settings - Fork 176
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
gtda/mapper/tests/test_visualization.py tests failed #661
Comments
I think it is because of this that plot doesn't work. |
Thank you @beew. I'm looking into the CI to see if I can reproduce there. Meanwhile, besides unit tests issues, could you clarify what you mean by
? Namely, could you provide another code example that seems to fail? |
Hi, I just tried the code from https://giotto-ai.github.io/gtda-docs/0.5.1/notebooks/plotting_api.html and also this one
No plot shows up. |
Any update? |
Actually the code above does produce plot in jupyter notebook, I was running it in spyder. |
dear @beew , I also noticed those tests failing and I could not figure out the cause. They are deactivated for now: if you ahve any idea on how to fix the issue, we would happily review your PR! |
Running pytest gtda produces two failed tests.
More detailed outputs
import platform; print(platform.platform())
Linux-5.15.0-60-generic-x86_64-with-glibc2.35
import sys; print("Python", sys.version)
Python 3.10.9 (main, Feb 7 2023, 22:43:20) [GCC 11.3.0]
import numpy; print("NumPy", numpy.version)
NumPy 1.23.5
import scipy; print("SciPy", scipy.version)
SciPy 1.10.0
import joblib; print("Joblib", joblib.version)
Joblib 1.2.0
import sklearn; print("Scikit-learn", sklearn.version)
Scikit-learn 1.2.1
import gtda; print("Giotto-tda", gtda.version)
Giotto-tda 0.6.0
The text was updated successfully, but these errors were encountered: