summaryrefslogtreecommitdiff
path: root/src/python/gudhi/sktda/metrics.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/sktda/metrics.py')
-rw-r--r--src/python/gudhi/sktda/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/sktda/metrics.py b/src/python/gudhi/sktda/metrics.py
index b8acf261..f55f553b 100644
--- a/src/python/gudhi/sktda/metrics.py
+++ b/src/python/gudhi/sktda/metrics.py
@@ -15,7 +15,7 @@ try:
USE_GUDHI = True
except ImportError:
USE_GUDHI = False
- print("Gudhi not found: BottleneckDistance will return null matrix, and exact SlicedWassersteinDistance not available")
+ print("Gudhi built without CGAL: BottleneckDistance will return a null matrix")
#############################################
# Metrics ###################################