We are seeing errors like this sometimes during image downloads:
<Filter: PanSTARRS_y> generated an exception: \
cannot access local variable 'overwrite' \
where it is not associated with a value
It is not clear how the overwrite variable could be uninitialized, given that it is set with a default value and an assert statement ensures it is boolean. Perhaps the use of ThreadPoolExecutor (to download image data from the source catalogs in parallel) is somehow to blame.
We are seeing errors like this sometimes during image downloads:
It is not clear how the
overwritevariable could be uninitialized, given that it is set with a default value and an assert statement ensures it is boolean. Perhaps the use of ThreadPoolExecutor (to download image data from the source catalogs in parallel) is somehow to blame.