summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations
diff options
context:
space:
mode:
authormartinroyer <16647869+martinroyer@users.noreply.github.com>2020-06-09 09:13:28 +0200
committerGitHub <noreply@github.com>2020-06-09 09:13:28 +0200
commit5d5a2b1a3b6a2d3d2dc061e6e9c940677e782c80 (patch)
tree9b758800eae7b63352f31f44f822177dfb86056a /src/python/gudhi/representations
parent285919ad4a19c6bf9ec11355cd32bc4b39014365 (diff)
Update src/python/gudhi/representations/vector_methods.py
Diffstat (limited to 'src/python/gudhi/representations')
-rw-r--r--src/python/gudhi/representations/vector_methods.py2
1 files changed, 1 insertions, 1 deletions
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,