osemosys_global
osemosys_global copied to clipboard
Add progress messages to scripts
Current scripts don't show their progress on the command line. Add a few print statements that indicate progress to the user.
I would recommend using the Python logging library (built into the core code) or tfqm which provides a one line progress bar for loops.
@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.