From f089a3cbc27c30ba9416ea1659c2fdbac1857146 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 16 Feb 2018 13:53:34 +0100 Subject: better pep8 but not solved --- ot/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ot/__init__.py') diff --git a/ot/__init__.py b/ot/__init__.py index cee7379..1500e59 100644 --- a/ot/__init__.py +++ b/ot/__init__.py @@ -16,7 +16,6 @@ from . import bregman from . import optim from . import utils from . import datasets -from . import plot from . import da from . import gromov @@ -24,7 +23,6 @@ from . import gromov from .lp import emd, emd2 from .bregman import sinkhorn, sinkhorn2, barycenter from .da import sinkhorn_lpl1_mm -from .gromov import gromov_wasserstein, gromov_wasserstein2 # utils functions from .utils import dist, unif, tic, toc, toq @@ -32,5 +30,5 @@ from .utils import dist, unif, tic, toc, toq __version__ = "0.4.0" __all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets', - 'bregman', 'lp', 'plot', 'tic', 'toc', 'toq', + 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov', 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim'] -- cgit v1.2.3