summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-02-26 16:41:26 +0100
committerGitHub <noreply@github.com>2020-02-26 16:41:26 +0100
commitba9f1c4638b62f818f87e6c9278f7c9acfc58863 (patch)
tree336c4ecfd97132adadae431a71f6dc1324c6c01e
parent5ffe71dab84d9cbcaccd55324a73018b6915e886 (diff)
parentb2c1cf839080efa43835d7b0fdcd6a38f6808255 (diff)
Merge pull request #231 from VincentRouvreau/incomplete_citation_nerve_gic
Fix #229
-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).