summaryrefslogtreecommitdiff
path: root/test/test_gpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gpu.py')
-rw-r--r--test/test_gpu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gpu.py b/test/test_gpu.py
index 9cc39d7..24797f2 100644
--- a/test/test_gpu.py
+++ b/test/test_gpu.py
@@ -48,7 +48,7 @@ def test_gpu_sinkhorn_lpl1():
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 [50, 100, 500, 1000]:
+ for n in [50, 100, 500]:
print(n)
a = np.random.rand(n // 4, 100)
labels_a = np.random.randint(10, size=(n // 4))