You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar display should be conditioned to the same level logic than the basic logs. For instance, we would display a progress bar in INFO level, so it would not be displayed when set log level to WARN.
Some processes of Starling have long computation times.
In order to show progression over such loops, we could use tqdm to log a progress bar.
We should make sure this is compatible with the existing logging system of Starling (uses the
logging
library)The text was updated successfully, but these errors were encountered: