Skip to content

Commit 463c0c7

Browse files
committed
fix convergence method to debug for non-log sinkhorn
1 parent f67e443 commit 463c0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/utils/optimal_transport/sinkhorn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def do_nothing():
104104
def log_steps():
105105
msg = "Sinkhorn-Knopp converged after {} steps."
106106

107-
logging.info(msg, max_steps)
107+
logging.debug(msg, max_steps)
108108

109109
def warn_convergence():
110110
msg = "Sinkhorn-Knopp did not converge after {}."

0 commit comments

Comments
 (0)