summaryrefslogtreecommitdiff
path: root/src/python/gudhi/dtm_rips_complex.py
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-26 18:22:14 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-26 18:22:14 +0900
commit55316205b2c7c2e3d7e3fe3ea92e20f3f8b29b11 (patch)
tree078909eee9a8bef9bed4631e5a795bd73299f980 /src/python/gudhi/dtm_rips_complex.py
parent2ccc5ea97a5979f80fec93863da5549e4e6f2eea (diff)
test fixed, documents modified
Diffstat (limited to 'src/python/gudhi/dtm_rips_complex.py')
-rw-r--r--src/python/gudhi/dtm_rips_complex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/gudhi/dtm_rips_complex.py b/src/python/gudhi/dtm_rips_complex.py
index 70c8e5dd..d77ad36e 100644
--- a/src/python/gudhi/dtm_rips_complex.py
+++ b/src/python/gudhi/dtm_rips_complex.py
@@ -18,6 +18,7 @@ class DTMRipsComplex(WeightedRipsComplex):
in the way described in :cite:`dtmfiltrations`.
Remark that all the filtration values are doubled compared to the definition in the paper
for the consistency with RipsComplex.
+ :Requires: `SciPy <installation.html#scipy>`_
"""
def __init__(self,
points=None,