-
https://github.com/GUDHI/gudhi-devel/blob/23431ea266e6ba6d8a1926707fadfe31bb7db904/src/python/gudhi/cubical_complex.pyx#L360-L364
Based on the note, we know the output should be [1,0,...], computin…
-
I can not use the DowkerComplex. I have taken an error as following :
AttributeError: module 'gudhi' has no attribute 'DowkerComplex'.
-
> warning: /Users/runner/work/gudhi-devel/gudhi-devel/src/python/gudhi/simplex_tree.pxd:87:85: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' o…
-
The tutorials [Simplicial complexes from data points](https://github.com/GUDHI/TDA-tutorial/blob/master/Tuto-GUDHI-simplicial-complexes-from-data-points.ipynb) and [Simplicial complexes from distance …
-
Currently, ripsDiag() function with dist = "arbitrary" and library = "GUDHI" is not giving homological features of dimension larger than 1.
-
I have POT, pymanopt autograd following POT instructions in https://pythonot.github.io/index.html. I made git clone of this github to try the tutorials and so. everything installed, most of them work.…
-
Hello guys,
Thanks for this tool, quite interesting. Today, I was playing around and I noticed that fast_simplification produces holes in the geometry if operating on flat surfaces 2D surfaces. Doe…
-
While working on some branch, `make sphinx` gave me the error:
> WARNING: autodoc: failed to import function 'wasserstein.wasserstein_distance' from module 'gudhi'; the following exception was raised…
-
```python
import numpy as np
import gudhi
gudhi.CubicalComplex(top_dimensional_cells=np.zeros((10,0)))
```
> segmentation fault
-
I think it could be nice to have a notebook on ToMATo (so that all examples are in one place).
Maybe we can just copy-paste Marc's code in a notebook: https://gudhi.inria.fr/python/latest/clustering.…