From 90e42f32bdf0dd06667edaf172c51f4d4fce2c8b Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 30 May 2018 09:30:21 +0200 Subject: replace function name tin tests --- test/test_dr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_dr.py') diff --git a/test/test_dr.py b/test/test_dr.py index 915012d..c5df287 100644 --- a/test/test_dr.py +++ b/test/test_dr.py @@ -22,7 +22,7 @@ def test_fda(): np.random.seed(0) # generate gaussian dataset - xs, ys = ot.datasets.get_data_classif('gaussrot', n_samples) + xs, ys = ot.datasets.make_data_classif('gaussrot', n_samples) n_features_noise = 8 @@ -44,7 +44,7 @@ def test_wda(): np.random.seed(0) # generate gaussian dataset - xs, ys = ot.datasets.get_data_classif('gaussrot', n_samples) + xs, ys = ot.datasets.make_data_classif('gaussrot', n_samples) n_features_noise = 8 -- cgit v1.2.3