summaryrefslogtreecommitdiff
path: root/ot/gpu
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
parent84aa3183491260b9c3dbb9f928499cc18e5341c1 (diff)
valid flake8
Diffstat (limited to 'ot/gpu')
-rw-r--r--ot/gpu/bregman.py2
-rw-r--r--ot/gpu/da.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/ot/gpu/bregman.py b/ot/gpu/bregman.py
index 86bfec1..47939c4 100644
--- a/ot/gpu/bregman.py
+++ b/ot/gpu/bregman.py
@@ -4,7 +4,7 @@ Bregman projections for regularized OT with GPU
"""
# Author: Remi Flamary <remi.flamary@unice.fr>
-# Leo Gautheron <https://github.com/aje>
+# Leo Gautheron <https://github.com/aje>
#
# License: MIT License
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