Marc Glisse
Marc Glisse
Normally, if you just run `make test` or `ctest`, we only run the tests whose dependencies have been found by cmake. But I understand if for your package you prefer...
I think if you edit `src/cmake/modules/GUDHI_third_party_libraries.cmake` and remove the word `FATAL_ERROR` on line 7, then it is likely to work (after running cmake, you want `make doxygen`).
Is it supposed to be the product of the elements of `sizes`, instead of something based on `multipliers`? We don't reserve for new_indices_to_consider (a bit more than this first size...
That looks very nice to me, thank you. Would it be easy to have a link to the corresponding reviewnb appear magically on each PR, or should I keep a...
Yes, it is possible to comment, I did it in #31 to see what it looked like.
https://gudhi.inria.fr/ at the top you can click on documentation and select which part of the documentation you want to read.
> The Rips complex takes one out of three possible main arguments: > > * a pairwise distance matrix that it uses directly for building up the complex; > *...
> 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 matrix](https://github.com/GUDHI/TDA-tutorial/blob/master/Tuto-GUDHI-simplicial-complexes-from-distance-matrix.ipynb) are almost identical. > > I propose that we merge them. About this, I would like...
If you add `print(gudhi.__version__)` before the line with `AlphaComplex`, does it print "3.4.1"? Which exact wheel file did you download?
@bertrandmichel also had plans and some code at some point.