From b8b39d8411f4dfd1fc2a113a473b3f31cda9bb34 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 10 Jul 2019 15:06:58 +0200 Subject: Copy warning about max_alpha_square from C++ doc to python doc. --- src/cython/cython/alpha_complex.pyx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/cython/cython/alpha_complex.pyx b/src/cython/cython/alpha_complex.pyx index 249d51d0..26cde0a1 100644 --- a/src/cython/cython/alpha_complex.pyx +++ b/src/cython/cython/alpha_complex.pyx @@ -99,7 +99,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 -- cgit v1.2.3