summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
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']