Skip to content

Commit

Permalink
Merge pull request #126 from michielree/fix/fix-progress-bars
Browse files Browse the repository at this point in the history
Fix Resolve and Map progress bars
  • Loading branch information
shreyashankar authored Oct 24, 2024
2 parents 0a5d0ab + d68a441 commit ba9041a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docetl/operations/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def validation_fn(response: Dict[str, Any]):
}
results.append(result)
total_cost += item_cost
pbar.update(i)

if self.status:
self.status.start()
Expand Down
2 changes: 0 additions & 2 deletions docetl/operations/resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ def merge_clusters(item1, item2):
if is_match_result:
merge_clusters(pair[0], pair[1])

pbar.update(i)

total_cost += pair_costs

# Collect final clusters
Expand Down

0 comments on commit ba9041a

Please sign in to comment.