Skip to content

Commit

Permalink
Add iter name
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarbarant committed Jul 15, 2024
1 parent 4e525da commit 6d753cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fugw/mappings/sparse_barycenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def fit(
mask = None
losses_each_bar_step = []

for _ in range(nits_barycenter):
for idx in range(nits_barycenter):
# Transport all elements
plans, losses = self.compute_all_ot_plans(
plans,
Expand Down

0 comments on commit 6d753cd

Please sign in to comment.