From 3253e504a0564bc75ffd4b1351e800593ffefd0f Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:01:15 +0200 Subject: doc review: missing parenthesis Co-authored-by: Marc Glisse --- src/python/gudhi/sklearn/cubical_persistence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3