summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/da.py')
-rw-r--r--ot/da.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/da.py b/ot/da.py
index ffaa97d..bd20014 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -2,7 +2,7 @@
domain adaptation with optimal transport
"""
import numpy as np
-from bregman import sinkhorn
+from .bregman import sinkhorn