From c68b52d1623683e86555484bf9a4875a66957bb6 Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 8 Apr 2020 10:08:47 +0200 Subject: remove laplace from jcpot --- ot/bregman.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ot/bregman.py') diff --git a/ot/bregman.py b/ot/bregman.py index 61dfa52..410ae85 100644 --- a/ot/bregman.py +++ b/ot/bregman.py @@ -1607,7 +1607,6 @@ def jcpot_barycenter(Xs, Ys, Xt, reg, metric='sqeuclidean', numItermax=100, # build the cost matrix and the Gibbs kernel Mtmp = dist(Xs[d], Xt, metric=metric) - Mtmp = Mtmp / np.median(Mtmp) M.append(Mtmp) Ktmp = np.empty(Mtmp.shape, dtype=Mtmp.dtype) -- cgit v1.2.3