Skip to content

Commit

Permalink
reformatted title progress bar to be a dynamic length
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-ho1 committed Jul 29, 2024
1 parent 0f2ed0a commit e80ce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
#Print Title
if args.make == False:
print(bold('Experiment configs available: '+str(all_jobs)),end = ' ')
print(loadingBar(all_finished_jobs, all_jobs, 30))
print(loadingBar(all_finished_jobs, all_jobs, max_length+max_length_job-len('Experiment configs available: '+str(all_jobs))+14))
print('\033[1;31m'+'To run an experiment:'+'\033[0m')
print('\033[0;31m'+' python -m experiments run --config_file <name>\n'+'\033[0m')

Expand Down

0 comments on commit e80ce00

Please sign in to comment.