summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-03-03 10:21:35 +0100
committertlacombe <lacombe1993@gmail.com>2020-03-03 10:21:35 +0100
commit16e04f4f14cc73956064aef283e29134f00d306c (patch)
treea7c37e2d98ef9c669e23cde5323c831dc297c801 /src/python
parent0998cecac7f15e3c68058d33acc21fb427f803e9 (diff)
parentd2943b9e7311c8a3d8a4fb379c39b15497481b9c (diff)
Merge remote-tracking branch 'upstream/master' into wbary-theo
udpating for travis and circleCI
Diffstat (limited to 'src/python')
-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).