Closed EdouardEPFL closed 2 years ago
Hi Edouard,
Yes it is the case that perslay used to have those utils and it was reworked so this package relies on an older version of perslay. So your problem is with the package indeed - I cannot fix it at the moment but you can still use Atol if you have a running version of gudhi : https://gudhi.inria.fr/python/latest/representations.html
Thank you very much for this fast answer. Yes, I have a running version of gudhi so I guess I'll manage with that one.
This is fixed now, even though there is nothing new in this package compared to using gudhi's : https://gudhi.inria.fr/python/latest/representations.html
Hello,
While following the tutorial, and running the command "from atol.utils import compute_tda_for_graphs"
I obtain the following error:
ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_24964/1785446465.py in
----> 1 from atol.utils import compute_tda_for_graphs