summaryrefslogtreecommitdiff
path: root/test/test_dr.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:01:27 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:01:27 +0200
commitef17fcd2d5e85b986ff21d8039483bdaf03e37da (patch)
tree25cf5915a26273b3e0726494ed4a1405ce1e2786 /test/test_dr.py
parent8046b8c424d7b80f520e212e2bf8de41cb624aab (diff)
parent530dc93a60e9b81fb8d1b44680deea77dacf660b (diff)
Merge branch 'master' into smooth_ot
Diffstat (limited to 'test/test_dr.py')
-rw-r--r--test/test_dr.py4
1 files changed, 2 insertions, 2 deletions
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