summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein.py
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-03-31 11:24:21 +0200
committertlacombe <lacombe1993@gmail.com>2020-03-31 11:24:21 +0200
commit9f55afbb17494c67709d9be58bf8bb876f704524 (patch)
treec43ab5548cf4bf17dc674682d998fb4003434e1f /src/python/gudhi/wasserstein.py
parent4adbdcf16f311b0b5151311f77cfead5bf065bf4 (diff)
added import barycenter on top of the file so that we can call for gudhi.wasserstein.barycenter
Diffstat (limited to 'src/python/gudhi/wasserstein.py')
-rw-r--r--src/python/gudhi/wasserstein.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/gudhi/wasserstein.py b/src/python/gudhi/wasserstein.py
index 3dd993f9..8f03039b 100644
--- a/src/python/gudhi/wasserstein.py
+++ b/src/python/gudhi/wasserstein.py
@@ -9,6 +9,7 @@
import numpy as np
import scipy.spatial.distance as sc
+import barycenter
try:
import ot
except ImportError: