summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
Diffstat (limited to 'ot')
-rw-r--r--ot/lp/__init__.py2
-rw-r--r--ot/lp/emd_wrap.pyx (renamed from ot/lp/emd.pyx)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ot/lp/__init__.py b/ot/lp/__init__.py
index 5674cf6..2e7c52e 100644
--- a/ot/lp/__init__.py
+++ b/ot/lp/__init__.py
@@ -5,7 +5,7 @@ Solvers for the original linear program OT problem
import numpy as np
# import compiled emd
-from .emd import emd_c, emd2_c
+from .emd_wrap import emd_c, emd2_c
from ..utils import parmap
import multiprocessing
diff --git a/ot/lp/emd.pyx b/ot/lp/emd_wrap.pyx
index 46794ab..46794ab 100644
--- a/ot/lp/emd.pyx
+++ b/ot/lp/emd_wrap.pyx