Skip to content

Commit

Permalink
doc review: without filtration values was a strange formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Aug 1, 2024
1 parent e3a5f4e commit e4edde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below is a list of changes:

- [Delaunay complex](https://gudhi.inria.fr/python/latest/delaunay_complex_user.html)
- The Delaunay complex filtration values computed with different techniques:
* Delaunay complex (without filtration values)
* Delaunay complex (no filtration values computed)
* Delaunay Čech complex (using minimal enclosing ball technique)
* Alpha complex (moved in this new section)

Expand Down
2 changes: 1 addition & 1 deletion src/python/doc/delaunay_complex_user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Definition
:cite:`cgal:hdj-t-19b` from the `Computational Geometry Algorithms Library <http://www.cgal.org/>`_
:cite:`cgal:eb-19b`.

The Delaunay complex without filtration values (set to `NaN`) is available by passing :code:`filtrations = None`
The Delaunay complex (all filtration values are set to `NaN`) is available by passing :code:`filtrations = None`
(default value) to :func:`~gudhi.DelaunayComplex.create_simplex_tree`.

When :paramref:`~gudhi.DelaunayComplex.create_simplex_tree.filtrations` is:
Expand Down

0 comments on commit e4edde0

Please sign in to comment.