Skip to content

Commit 8ea74ad

Browse files
Nicolas CourtyNicolas Courty
authored andcommitted
docstrings + naming
1 parent 53e1115 commit 8ea74ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/gromov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,6 @@ def gromov_barycenters(N, Cs, ps, p, lambdas, loss_fun, epsilon, max_iter=1000,
471471
'It.', 'Err') + '\n' + '-' * 19)
472472
print('{:5d}|{:8e}|'.format(cpt, err))
473473

474-
cpt = cpt + 1
474+
cpt += 1
475475

476476
return C

0 commit comments

Comments
 (0)