summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-08 10:49:20 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-08 10:49:20 +0200
commitf481270769e8e3750fc2853f5782f77adbe36d1c (patch)
tree4fc34f1cad750bfc06680f0dd25f99841bbe90e7 /src
parentc85464b9ea96d21731e710fa7d7a15e645d2c89a (diff)
parentb8b39d8411f4dfd1fc2a113a473b3f31cda9bb34 (diff)
Merge branch 'master' into split_gudhi_python_in_modules
Diffstat (limited to 'src')
-rw-r--r--src/cython/gudhi/alpha_complex.pyx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cython/gudhi/alpha_complex.pyx b/src/cython/gudhi/alpha_complex.pyx
index 85131780..88ef3b1b 100644
--- a/src/cython/gudhi/alpha_complex.pyx
+++ b/src/cython/gudhi/alpha_complex.pyx
@@ -103,7 +103,9 @@ cdef class AlphaComplex:
def create_simplex_tree(self, max_alpha_square=float('inf')):
"""
:param max_alpha_square: The maximum alpha square threshold the
- simplices shall not exceed. Default is set to infinity.
+ simplices shall not exceed. Default is set to infinity, and
+ there is very little point using anything else since it does
+ not save time.
:type max_alpha_square: float
:returns: A simplex tree created from the Delaunay Triangulation.
:rtype: SimplexTree