summaryrefslogtreecommitdiff
path: root/src/python/test/test_weighted_rips.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/test/test_weighted_rips.py')
-rw-r--r--src/python/test/test_weighted_rips.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/test/test_weighted_rips.py b/src/python/test/test_weighted_rips.py
index 59ec022a..7ef48333 100644
--- a/src/python/test/test_weighted_rips.py
+++ b/src/python/test/test_weighted_rips.py
@@ -35,8 +35,8 @@ def test_compatibility_with_rips():
([0, 2], 1.0),
([1, 3], 1.0),
([2, 3], 1.0),
- ([1, 2], 1.4142135623730951),
- ([0, 3], 1.4142135623730951),
+ ([1, 2], sqrt(2)),
+ ([0, 3], sqrt(2)),
]
def test_compatibility_with_filtered_rips():