summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 15:39:50 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 15:39:50 +0200
commit6ada23e5a672b08f28e21123c4135bc787e83b19 (patch)
treed9c2a307ac18b78801ef0bac6526332e41f15eb5 /test
parentced35d10cb9c92e3cfd98f16f2fee778a969de97 (diff)
pep8
Diffstat (limited to 'test')
-rw-r--r--test/test_gpu_sinkhorn_lpl1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_gpu_sinkhorn_lpl1.py b/test/test_gpu_sinkhorn_lpl1.py
index e6cdd31..f0eb7e6 100644
--- a/test/test_gpu_sinkhorn_lpl1.py
+++ b/test/test_gpu_sinkhorn_lpl1.py
@@ -8,6 +8,7 @@ def describeRes(r):
print("min:{:.3E}, max:{:.3E}, mean:{:.3E}, std:{:.3E}"
.format(np.min(r), np.max(r), np.mean(r), np.std(r)))
+
for n in [5000, 10000, 15000, 20000]:
print(n)
a = np.random.rand(n // 4, 100)