summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-30 09:30:21 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-30 09:30:21 +0200
commit90e42f32bdf0dd06667edaf172c51f4d4fce2c8b (patch)
treef5e4172c035729342ed998263ebba1b92bd7b608 /test/test_ot.py
parent507003fe975c80b069d8527b547f0abc4852d16a (diff)
replace function name tin tests
Diffstat (limited to 'test/test_ot.py')
-rw-r--r--test/test_ot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ot.py b/test/test_ot.py
index cc25bf4..399e549 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -9,7 +9,7 @@ import warnings
import numpy as np
import ot
-from ot.datasets import get_1D_gauss as gauss
+from ot.datasets import make_1D_gauss as gauss
import pytest