Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilcu3 committed May 12, 2024
1 parent 1900094 commit 92b6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discretelog/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def parallel_for_balanced(f, params, prange, cores=None, DEBUG=False):
if c is not None:
j, resj = c
res[j] = resj
if pb:
if DEBUG:
pb.update(1)
else:
ended += 1
Expand Down

0 comments on commit 92b6dc1

Please sign in to comment.