From 482c36c28b1feaf65a2f26b0ee9ad2f4ddfae86c Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 28 Feb 2021 22:56:19 +0100 Subject: More precise interpolation invariant documentation text --- src/python/gudhi/representations/vector_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/gudhi/representations/vector_methods.py b/src/python/gudhi/representations/vector_methods.py index 62a467c0..a82c0d3c 100644 --- a/src/python/gudhi/representations/vector_methods.py +++ b/src/python/gudhi/representations/vector_methods.py @@ -369,7 +369,7 @@ class BettiCurve2(BaseEstimator, TransformerMixin): Examples -------- - If pd is a persistence diagram and xs is a grid such that xs[0] >= pd.min(), then the result of + If pd is a persistence diagram and xs is a nonempty grid of finite values such that xs[0] >= pd.min(), then the result of >>> bc = BettiCurve2(xs) >>> result = bc(pd) and -- cgit v1.2.3