covpix iterator does not supply enough info for progress bar
Opened this issue · 0 comments
esheldon commented
e.g. this doesn't work as expected
from tqdm import tqdm
for covpix_map in tqdm(footprint.get_covpix_maps()):
It doesn't seem to know the total number so it can only print number of iterations per second