summaryrefslogtreecommitdiff
path: root/src/python/gudhi
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-19 09:28:37 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-19 09:28:37 +0100
commit5c09f30e85aa8c50f686265c12987945f0e0a618 (patch)
treefbebdad727098b62f598e739e3b0c5a6211b9715 /src/python/gudhi
parentc1cf7fe36a65b6a97739f673ee55c77e43807746 (diff)
Code review: update doc as well for c1cf7fe3
Diffstat (limited to 'src/python/gudhi')
-rw-r--r--src/python/gudhi/alpha_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/alpha_complex.pyx b/src/python/gudhi/alpha_complex.pyx
index 4fbbb3ba..512597b3 100644
--- a/src/python/gudhi/alpha_complex.pyx
+++ b/src/python/gudhi/alpha_complex.pyx
@@ -51,7 +51,7 @@ cdef class AlphaComplex:
cdef Alpha_complex_interface * this_ptr
# Fake constructor that does nothing but documenting the constructor
- def __init__(self, points=[], off_file='', weights=None, precision='safe'):
+ def __init__(self, points=[], off_file='', weights=[], precision='safe'):
"""AlphaComplex constructor.
:param points: A list of points in d-Dimension.