TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
6 stars 0 forks source link

log.loadbar does not work with generators #197

Closed YHordijk closed 7 months ago

YHordijk commented 7 months ago

Currently the log.loadbar function expects an iterable with a defined length. This means that when using generator expressions it will not work, even though sometimes it would be nice to have a progress bar for generators.