OSeMOSYS / osemosys_global

A global power system model generator for OSeMOSYS
https://osemosys-global.readthedocs.io/
GNU Affero General Public License v3.0
27 stars 17 forks source link

Add progress messages to scripts #52

Closed tniet closed 2 months ago

tniet commented 3 years ago

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

willu47 commented 3 years ago

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

maartenbrinkerink commented 2 months ago

@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.