Vincent Rouvreau

Results 100 comments of Vincent Rouvreau

> @VincentRouvreau, I run > > ``` > conda install -c conda-forge gudhi > ``` > > and I see the python package installed at `/usr/local/Caskroom/miniconda/base/`, but in IPython3 when...

Same here with virus outbreak, and no school for the children... Ok so now what do you have in your folder `/usr/local/Caskroom/miniconda/pkgs/gudhi-3.1.1-py37he63e17b_1/lib/python3.7/site-packages/gudhi` ? If it does not exist, you can...

@mglisse I think we can close this issue as one can use [np.testing.assert_array_almost_equal](https://numpy.org/doc/stable/reference/generated/numpy.testing.assert_array_almost_equal.html). Some tests are already using [np.testing.assert_array_equal](https://numpy.org/doc/stable/reference/generated/numpy.testing.assert_array_equal.html).

> Does that work on the output of `persistence()`? That's the point of this issue, comparing things that are not plain scalars or arrays but more complicated nested structures. Hmm......

I placed Miniball.README and Miniball.COPYRIGHT in `src/Cech_complex/include/gudhi` and all the `include/gudhi` are copied and installed. I think it is important to install the COPYRIGHT file (the README is not that...

On https://6727-174304137-gh.circle-artifacts.com/0/htmlcov/gudhi_representations_perslay_py.html you can see that the code coverage of your tests are only 43%. I am pretty sure you could some tests for the non-tested layers. As Python code...

Was this issue fixed by #215 ? @mglisse @MathieuCarriere

In setup.py, I tried `cython_c_in_temp` option: ```python # Create ext_modules list from module list ext_modules = [] for module in cython_modules: module = Extension( 'gudhi.' + module, sources = [source_dir...

It would be nice to test it at C++ level. Here is a [gist](https://gist.github.com/VincentRouvreau/abd4b02f10fc1f33047de2d1019cb25c) that translates the python test in C++.

Alpha complex and 3D version now requires CGAL >= 4.11.0 and Eigen3. No more need to separate it.