Skip to content

Commit 6b1970c

Browse files
committed
more
1 parent 5301095 commit 6b1970c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ install:
2222
script:
2323
- python test/test_load_module.py -v
2424
- flake8 examples/ ot/ test/
25-
- py.test ot test
25+
# - py.test ot test

test/test_emd_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Gaussian distributions
2323
a = gauss(n, m=20, s=5) # m= mean, s= std
2424

25-
ls = range(20, 1000, 10)
25+
ls = np.arange(20, 1000, 10)
2626
nb = len(ls)
2727
b = np.zeros((n, nb))
2828
for i in range(nb):

0 commit comments

Comments
 (0)