From 5d5a2b1a3b6a2d3d2dc061e6e9c940677e782c80 Mon Sep 17 00:00:00 2001 From: martinroyer <16647869+martinroyer@users.noreply.github.com> Date: Tue, 9 Jun 2020 09:13:28 +0200 Subject: Update src/python/gudhi/representations/vector_methods.py --- src/python/gudhi/representations/vector_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/gudhi/representations') diff --git a/src/python/gudhi/representations/vector_methods.py b/src/python/gudhi/representations/vector_methods.py index f77338b7..16e91812 100644 --- a/src/python/gudhi/representations/vector_methods.py +++ b/src/python/gudhi/representations/vector_methods.py @@ -641,7 +641,7 @@ class Atol(BaseEstimator, TransformerMixin): contrast (string): constant function for evaluating proximity of a measure with respect to centers choose from {"gaussian", "laplacian", "indicator"} (default: laplacian contrast function, see page 3 in the ATOL paper). - """ + """ self.quantiser = quantiser self.contrast = { "gaussian": _gaus_contrast, -- cgit v1.2.3