From 96f8b96cdd50be633d4f3c6f3255cb456e492e08 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 26 Jul 2017 12:33:14 +0200 Subject: valid flake8 --- ot/gpu/bregman.py | 2 +- ot/gpu/da.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'ot/gpu') 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 -# Leo Gautheron +# Leo Gautheron # # 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 # Nicolas Courty # Michael Perrot -# Leo Gautheron +# Leo Gautheron # # License: MIT License - import numpy as np from ..utils import unif from ..da import OTDA -- cgit v1.2.3