summaryrefslogtreecommitdiff
path: root/test/test_da.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:08:17 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:08:17 +0100
commit55aaf7874c651235d44c34b89337df7694e55014 (patch)
tree821b86edbf0e14c11885f466a249dc1263090e80 /test/test_da.py
parent927395b40dae98bcf027b601b6df48a4318cfef2 (diff)
add test gromov + debug sklearn Basestimator
Diffstat (limited to 'test/test_da.py')
-rw-r--r--test/test_da.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_da.py b/test/test_da.py
index a9d6d34..3022721 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -326,8 +326,8 @@ def test_mapping_transport_class():
"""test_mapping_transport
"""
- ns = 150
- nt = 200
+ ns = 60
+ nt = 120
Xs, ys = get_data_classif('3gauss', ns)
Xt, yt = get_data_classif('3gauss2', nt)