summaryrefslogtreecommitdiff
path: root/src/python/test
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 09:37:32 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 09:37:32 +0900
commit6c17494e02721ca826750155bac14c7f91a173fa (patch)
tree94caf6a3852dd82f8c1b13f4394ee02e3e52661f /src/python/test
parent5040c75893cb864f5e780b6644b8097f7beeb3a6 (diff)
reference and comments added
Diffstat (limited to 'src/python/test')
-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():