summaryrefslogtreecommitdiff
path: root/src/python/gudhi/hera/bottleneck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/hera/bottleneck.cc')
-rw-r--r--src/python/gudhi/hera/bottleneck.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/gudhi/hera/bottleneck.cc b/src/python/gudhi/hera/bottleneck.cc
index 846a3525..0cb562ce 100644
--- a/src/python/gudhi/hera/bottleneck.cc
+++ b/src/python/gudhi/hera/bottleneck.cc
@@ -40,6 +40,9 @@ PYBIND11_MODULE(bottleneck, m) {
Compute the Bottleneck distance between two diagrams.
Points at infinity are supported.
+ .. note::
+ Points on the diagonal are not supported and must be filtered out before calling this function.
+
Parameters:
X (n x 2 numpy array): First diagram
Y (n x 2 numpy array): Second diagram