e.g. this doesn't work as expected ```python 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
e.g. this doesn't work as expected
It doesn't seem to know the total number so it can only print number of iterations per second