summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-28 17:01:15 +0200
committerGitHub <noreply@github.com>2022-06-28 17:01:15 +0200
commit3253e504a0564bc75ffd4b1351e800593ffefd0f (patch)
tree6ce1a15b8da9b6af37d28b64d5838a9e6a915b05 /src
parent106e48d65bf86aa75ec7bc317b3d008da4c23c5d (diff)
doc review: missing parenthesis
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src')
-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 06e9128b..7336cfee 100644
--- a/src/python/gudhi/sklearn/cubical_persistence.py
+++ b/src/python/gudhi/sklearn/cubical_persistence.py
@@ -45,7 +45,7 @@ class CubicalPersistence(BaseEstimator, TransformerMixin):
Parameters:
newshape (tuple of ints): If cells filtration values require to be reshaped
(cf. :func:`~gudhi.sklearn.cubical_persistence.CubicalPersistence.transform`), set `newshape`
- to perform `numpy.reshape(X, newshape, order='C'` in
+ to perform `numpy.reshape(X, newshape, order='C')` in
:func:`~gudhi.sklearn.cubical_persistence.CubicalPersistence.transform` method.
homology_dimensions (int or list of int): The returned persistence diagrams dimension(s).
Short circuit the use of :class:`~gudhi.representations.preprocessing.DimensionSelector` when only one