summaryrefslogtreecommitdiff
path: root/test/test_dr.py
diff options
context:
space:
mode:
authorKilian <kilian.fatras@gmail.com>2018-06-26 11:10:40 -0700
committerGitHub <noreply@github.com>2018-06-26 11:10:40 -0700
commitb4bc86176a5712fdd2f930fbf5d1968edd5efa5e (patch)
tree075c694496216f0a6db61e879ece5eb2e799fc07 /test/test_dr.py
parent208ff4627ba28aa3f35328c5928324019c23ddac (diff)
parent327b0c6e0ccb0c9453179eb316021c34bcdffec4 (diff)
Merge branch 'master' into stochastic_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