summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-07-10 15:06:58 +0200
committerMarc Glisse <marc.glisse@inria.fr>2019-07-10 15:54:48 +0200
commitb8b39d8411f4dfd1fc2a113a473b3f31cda9bb34 (patch)
treebb9f0e8956dc25e76d7744d7268fbf0402e88269 /src
parent00b9f30933134dbc8c5a90373308e4993a0e2871 (diff)
Copy warning about max_alpha_square from C++ doc to python doc.
Diffstat (limited to 'src')
-rw-r--r--src/cython/cython/alpha_complex.pyx4
1 files changed, 3 insertions, 1 deletions
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