summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-26 10:20:00 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-26 10:20:00 +0100
commitb2c1cf839080efa43835d7b0fdcd6a38f6808255 (patch)
tree336c4ecfd97132adadae431a71f6dc1324c6c01e /src
parent5ffe71dab84d9cbcaccd55324a73018b6915e886 (diff)
Fix #229 incomplete citation in nerve_GIC python documentation
Diffstat (limited to 'src')
-rw-r--r--src/python/gudhi/nerve_gic.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gudhi/nerve_gic.pyx b/src/python/gudhi/nerve_gic.pyx
index 382e71c5..45cc8eba 100644
--- a/src/python/gudhi/nerve_gic.pyx
+++ b/src/python/gudhi/nerve_gic.pyx
@@ -187,7 +187,7 @@ cdef class CoverComplex:
def set_automatic_resolution(self):
"""Computes the optimal length of intervals (i.e. the smallest interval
- length avoiding discretization artifacts—see :cite:`Carriere17c`) for a
+ length avoiding discretization artifacts - see :cite:`Carriere17c`) for a
functional cover.
:rtype: double
@@ -288,7 +288,7 @@ cdef class CoverComplex:
def set_graph_from_automatic_rips(self, N=100):
"""Creates a graph G from a Rips complex whose threshold value is
- automatically tuned with subsampling—see.
+ automatically tuned with subsampling - see :cite:`Carriere17c`.
:param N: Number of subsampling iteration (the default reasonable value
is 100, but there is no guarantee on how to choose it).