Earth-Information-System / fireatlas

3 stars 1 forks source link

Fix for postprocess where `t_saved=None` on runs from scratch #52

Closed ranchodeluxe closed 1 month ago

ranchodeluxe commented 1 month ago

Fire_Forward will send back an empty t_saved=None if we are doing a full run that never had a saved allpixels/allfires and so it blows up save_snapshots b/c we pass t_saved there.

But I say we just pass tst instead as my inline comment below says