From c8c397b6e1747d6593ba139d0a4f825fe39f5cc6 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Sep 2018 15:35:40 +0200 Subject: removed unused import --- ot/gpu/da.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot/gpu') diff --git a/ot/gpu/da.py b/ot/gpu/da.py index 85d43e6..ac3f8d7 100644 --- a/ot/gpu/da.py +++ b/ot/gpu/da.py @@ -12,7 +12,7 @@ Domain adaptation with optimal transport with GPU implementation import numpy as np -from ..utils import unif +#from ..utils import unif from .bregman import sinkhorn import cudamat -- cgit v1.2.3