Skip to content

Commit 98e3187

Browse files
authored
Remove debug print statement (#511)
1 parent 637d16e commit 98e3187

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ot/gromov/_bregman.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ def entropic_fused_gromov_barycenters(
10041004
print('{:5d}|{:8e}|'.format(cpt, err_feature))
10051005

10061006
cpt += 1
1007-
print('Y type:', type(Y))
10081007
if log:
10091008
log_['T'] = T # from target to Ys
10101009
log_['p'] = p

0 commit comments

Comments
 (0)