summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-02-16 11:58:59 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-02-16 11:58:59 +0100
commit4a585de94109102c89bcd7ad43e35772e1027cd2 (patch)
tree3764b88f2a65404fcbc072ad3c6565cb921e89c0 /ot/__init__.py
parentab2fc5486005732d60714b76eecf59d1104346f6 (diff)
update examples
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index a5df43d..cee7379 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -33,5 +33,4 @@ __version__ = "0.4.0"
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',
- 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim',
- 'gromov_wasserstein','gromov_wasserstein2']
+ 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']