summaryrefslogtreecommitdiff
path: root/ot/gpu/da.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:33:14 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:33:14 +0200
commit96f8b96cdd50be633d4f3c6f3255cb456e492e08 (patch)
tree228285e9d969cc82cd2eb66f35a2348a3360adde /ot/gpu/da.py
parent84aa3183491260b9c3dbb9f928499cc18e5341c1 (diff)
valid flake8
Diffstat (limited to 'ot/gpu/da.py')
-rw-r--r--ot/gpu/da.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ot/gpu/da.py b/ot/gpu/da.py
index 7fb488d..05c580f 100644
--- a/ot/gpu/da.py
+++ b/ot/gpu/da.py
@@ -6,12 +6,11 @@ Domain adaptation with optimal transport with GPU implementation
# Author: Remi Flamary <remi.flamary@unice.fr>
# Nicolas Courty <ncourty@irisa.fr>
# Michael Perrot <michael.perrot@univ-st-etienne.fr>
-# Leo Gautheron <https://github.com/aje>
+# Leo Gautheron <https://github.com/aje>
#
# License: MIT License
-
import numpy as np
from ..utils import unif
from ..da import OTDA