Marc Glisse

Results 303 comments of Marc Glisse

Many tests are still failing with "AttributeError: module 'gudhi' has no attribute 'NGIComplex'". You should have access to the errors by clicking on "Details" next to the red crosses at...

@VincentRouvreau can you have a look at this error? > Starting container gudhi/ci_for_gudhi:latest Warning: No authentication provided, using CircleCI credentials for pulls from Docker Hub. image cache not found on...

The tests also fail on my machine. In particular, the following line appears for many examples > AttributeError: 'CoverComplex' object has no attribute 'set_verbose' and there is an assertion error...

https://github.com/sphinx-doc/sphinx/issues/8880 (not your fault)

CI shows errors on platforms that do not have cgal ``` ImportError while importing test module '/root/project/src/python/test/test_cover_complex.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.8/importlib/__init__.py:127: in...

Hello, I can confirm your observation, this is indeed what is supposed to happen. The collapser uses some heuristic, which includes some arbitrary choices. I have rewritten the collapser with...

I think it is too early to drop TBB. For instance, Debian does not have a onetbb package yet (it looks like they are working on it, but it isn't...

> where I should start The first 2 comments have our best guess as to what is needed. Probably not much to change in the C++ code, just a benchmark,...

> I would like to build a Delaunay triangulation with CGAL, manipulate it a little, so that it is Delaunay with respect to a larger point cloud, and then use...

```c++ class All_cells_iterator { typedef ... iterator_category; typedef ... reference; typedef ... pointer; typedef ... value_type; typedef ... reference_type; ... } ``` Providing those types is needed to satisfy the...