Skip to content

Commit 4f4528f

Browse files
author
Pierre-Louis Barbarant
committed
Remove debug print statement for error in Sinkhorn EPS scaling solver
1 parent 7a83ccc commit 4f4528f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fugw/solvers/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ def get_reg(idx):
751751
torch.norm(pi1 - tuple_weights[0]) ** 2
752752
+ torch.norm(pi2 - tuple_weights[1]) ** 2
753753
)
754-
print(f"fugw iter {idx}, err {err}")
755754
if err < tol and idx > numItermin:
756755
if verbose:
757756
print(f"Reached tol_uot threshold: {err}")

0 commit comments

Comments
 (0)