From 709d8cbc9f9961a5175eb64ae497b854e0b9b184 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Jul 2017 15:14:59 +0200 Subject: add dr tests --- test/test_optim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_optim.py') diff --git a/test/test_optim.py b/test/test_optim.py index 43cba7d..a77a37c 100644 --- a/test/test_optim.py +++ b/test/test_optim.py @@ -9,7 +9,7 @@ import numpy as np def test_conditional_gradient(): n = 100 # nb bins - + np.random.seed(0) # bin positions x = np.arange(n, dtype=np.float64) @@ -38,7 +38,7 @@ def test_conditional_gradient(): def test_generalized_conditional_gradient(): n = 100 # nb bins - + np.random.seed(0) # bin positions x = np.arange(n, dtype=np.float64) -- cgit v1.2.3