summaryrefslogtreecommitdiff
path: root/test/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 0650ce2..40f4e49 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -109,7 +109,7 @@ def test_dist():
D2 = ot.dist(x, x)
D3 = ot.dist(x)
- D4 = ot.dist(x, x, metric='minkowski', p=0.5)
+ D4 = ot.dist(x, x, metric='minkowski', p=2)
assert D4[0, 1] == D4[1, 0]