summaryrefslogtreecommitdiff
path: root/src/python/gudhi/clustering/tomato.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/clustering/tomato.py')
-rw-r--r--src/python/gudhi/clustering/tomato.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/gudhi/clustering/tomato.py b/src/python/gudhi/clustering/tomato.py
index 1a2887bc..0a2d562b 100644
--- a/src/python/gudhi/clustering/tomato.py
+++ b/src/python/gudhi/clustering/tomato.py
@@ -93,7 +93,6 @@ class Tomato:
density_type = "manual"
else:
density_type = self.density_type_
- assert density_type != "manual"
if density_type == "manual":
raise ValueError("If density_type is 'manual', you must provide weights to fit()")