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_ot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_ot.py') 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 -- cgit v1.2.3