summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKilian Fatras <kilianfatras@dhcp-206-12-53-99.eduroam.wireless.ubc.ca>2018-06-15 19:15:48 -0700
committerKilian Fatras <kilianfatras@dhcp-206-12-53-99.eduroam.wireless.ubc.ca>2018-06-15 19:15:48 -0700
commit18f9242b9575e7551d5e30b66cfbaaac85e0022a (patch)
tree9ec0fb120e8e4ae3ebbcc0e70e4ab5a56b944cf8 /test
parente2d06ef4e901e0c1e9119cdbd79b9c453c1af452 (diff)
PEP8
Diffstat (limited to 'test')
-rw-r--r--test/test_stochastic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_stochastic.py b/test/test_stochastic.py
index 829f781..5fe5ea9 100644
--- a/test/test_stochastic.py
+++ b/test/test_stochastic.py
@@ -89,7 +89,6 @@ def test_sag_asgd_sinkhorn():
n = 15
reg = 1
nb_iter = 300000
- lr = 1
rng = np.random.RandomState(0)
x = rng.randn(n, 2)