summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-13 00:04:49 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 14:08:03 +0200
commitcd9842dc2978cba757a51c32cce0272858c9a385 (patch)
tree860a05e4e666d3c79cb4d1fed66c1b0a29fc2cf0 /test
parentf15336be3bb91b619803bfbb58e7931997c46574 (diff)
more
Diffstat (limited to 'test')
-rw-r--r--test/test_emd_multi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_emd_multi.py b/test/test_emd_multi.py
index 99173e9..2eef242 100644
--- a/test/test_emd_multi.py
+++ b/test/test_emd_multi.py
@@ -22,7 +22,7 @@ x = np.arange(n, dtype=np.float64)
# Gaussian distributions
a = gauss(n, m=20, s=5) # m= mean, s= std
-ls = range(20, 1000, 10)
+ls = np.arange(20, 1000, 10)
nb = len(ls)
b = np.zeros((n, nb))
for i in range(nb):