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 d607e50..44ce829 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -620,7 +620,7 @@ class OTDA(object):
self.wt=wt
self.M=dist(xs,xt,metric=self.metric)
- self.normalize()
+ self.normalizeM(norm)
self.G=emd(ws,wt,self.M)
self.computed=True