osemosys_global icon indicating copy to clipboard operation
osemosys_global copied to clipboard

Add progress messages to scripts

Open tniet opened this issue 4 years ago • 1 comments

Current scripts don't show their progress on the command line. Add a few print statements that indicate progress to the user.

tniet avatar Apr 27 '21 16:04 tniet

I would recommend using the Python logging library (built into the core code) or tfqm which provides a one line progress bar for loops.

willu47 avatar Apr 27 '21 16:04 willu47

@trevorb1 I believe we currently have progress messages in the workflow indicating the start/end of individual scripts? Closing this issue for now, if this is presumptuous feel free to reopen.

maartenbrinkerink avatar Sep 02 '24 19:09 maartenbrinkerink