place-heatmap-2022 icon indicating copy to clipboard operation
place-heatmap-2022 copied to clipboard

Python hangs at 24398/24400 heatmap images

Open memmam opened this issue 2 years ago • 2 comments

Confirmed across two runs of the Notebook file. Not sure what's causing it, as no error is produced; Python simply hangs and needs to be forced closed.

memmam avatar Apr 07 '22 02:04 memmam

This isn't an error but just my shoddy progress bar. When there is a change in canvas tile, i.e. going from 0-{unix_timestamp} to 1-{unix-timestamp} we skip the processing for one step.

This is because we don't want to compute the difference between canvas'.

This behaviour is not monitored in the progress bar.

lloydowen8 avatar Apr 07 '22 17:04 lloydowen8

This should use the tqdm library

lloydowen8 avatar Apr 07 '22 17:04 lloydowen8