summaryrefslogtreecommitdiff
path: root/ot/gpu
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-09-24 15:35:40 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-09-24 15:35:40 +0200
commitc8c397b6e1747d6593ba139d0a4f825fe39f5cc6 (patch)
treef8022bcf9056096ae8ae1609dbab3ec4b52ae3cc /ot/gpu
parent67c98a68cc114335a8ea48106bb7fd3c8a57f831 (diff)
removed unused import
Diffstat (limited to 'ot/gpu')
-rw-r--r--ot/gpu/da.py2
1 files changed, 1 insertions, 1 deletions
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