summaryrefslogtreecommitdiff
path: root/test/test_stochastic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_stochastic.py')
-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)