Skip to content

Commit

Permalink
tqdm description correction
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Nov 21, 2024
1 parent f8afd72 commit de026fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circe/circe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def chr_batch_graphical_lasso(
unit_distance,
init_method,
map_indices)
for idx in tqdm.tqdm(idxs, position=n, leave=False, f"Processing chromosome: '{chromosme}'"))
for idx in tqdm.tqdm(idxs, position=n, leave=False, desc=f"Processing chromosome: '{chromosme}'"))

# Unpack the results and concatenate the arrays
scores_list, idx_list, idy_list = zip(*parallel_lasso_results)
Expand Down

0 comments on commit de026fc

Please sign in to comment.