Skip to content

Commit 818b3e7

Browse files
committed
fixed wrong import in ot.gmm
1 parent 0957904 commit 818b3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/gmm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .backend import get_backend
1313
from .lp import emd2, emd
1414
import numpy as np
15-
from .lp import dist
15+
from .utils import dist
1616
from .gaussian import bures_wasserstein_mapping
1717

1818

0 commit comments

Comments
 (0)