[QOL] Add progress bar
It would be nice to have a progress bar for the run_serial
and run_parallel
functions of the RunSimulator
module.
We could use the tqdm
library to handle this for us in:
Edited by Alan Jason Correa
Due to maintenance at 14.10.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.
It would be nice to have a progress bar for the run_serial
and run_parallel
functions of the RunSimulator
module.
We could use the tqdm
library to handle this for us in: