summaryrefslogtreecommitdiff
path: root/src/python/gudhi/sklearn
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-01 18:16:59 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-01 18:16:59 +0100
commitc34cd028cf85b69f1da17bfcef02b0cfe47a41d6 (patch)
tree7cba16b545fdc052ba38a0fa97bcb35ff67d58cc /src/python/gudhi/sklearn
parentb6f4e23b64b186cfd3d066b5d7c93bfe16bc9d66 (diff)
Doc review: no double in python, float
Diffstat (limited to 'src/python/gudhi/sklearn')
-rw-r--r--src/python/gudhi/sklearn/cubical_persistence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/sklearn/cubical_persistence.py b/src/python/gudhi/sklearn/cubical_persistence.py
index 454cdd07..27aeedf7 100644
--- a/src/python/gudhi/sklearn/cubical_persistence.py
+++ b/src/python/gudhi/sklearn/cubical_persistence.py
@@ -85,7 +85,7 @@ class CubicalPersistence(BaseEstimator, TransformerMixin):
Compute all the cubical complexes and their associated persistence diagrams.
Parameters:
- X (list of list of double OR list of numpy.ndarray): List of cells filtration values that should be flatten
+ X (list of list of float OR list of numpy.ndarray): List of cells filtration values that should be flatten
if `dimensions` is set in the constructor, or already with the correct shape in a numpy.ndarray (and
`dimensions` must not be set).