summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-24 15:45:09 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-24 15:45:09 +0200
commitbd705ed847dd7e43082e9d2771a59e539d6b7440 (patch)
tree6aa66499a61a487eebe59b3c75cdbec97e7019b1 /test/test_ot.py
parent33f3d309209baa8c5e127d02f00aae0660ed7bfb (diff)
add test yunmlix and bary
Diffstat (limited to 'test/test_ot.py')
-rw-r--r--test/test_ot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ot.py b/test/test_ot.py
index 3897397..5bf65c6 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -76,7 +76,7 @@ def test_emd2_multi():
# Gaussian distributions
a = gauss(n, m=20, s=5) # m= mean, s= std
- ls = np.arange(20, 1000, 10)
+ ls = np.arange(20, 1000, 20)
nb = len(ls)
b = np.zeros((n, nb))
for i in range(nb):