summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/python/gudhi/weighted_rips_complex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gudhi/weighted_rips_complex.py b/src/python/gudhi/weighted_rips_complex.py
index bccac1ff..0541572b 100644
--- a/src/python/gudhi/weighted_rips_complex.py
+++ b/src/python/gudhi/weighted_rips_complex.py
@@ -13,8 +13,8 @@ class WeightedRipsComplex:
"""
Class to generate a weighted Rips complex from a distance matrix and weights on vertices,
in the way described in :cite:`dtmfiltrations`.
- Remark that all the filtration values of vertices are twice of the given weights for the consistency
- with RipsComplex, which is different from the definition in the paper.
+ Remark that all the filtration values are doubled compared to the definition in the paper
+ for the consistency with RipsComplex.
"""
def __init__(self,
distance_matrix,