@ClaireBookworm helped find a bug
Sometimes the execution summary is empty. Something like:
Execution Summary
--------------------
Took a while to figure out what was going on when it was just a simple case of every block being skipped due to the task having been run before. This should have been obvious if the Execution Summary had printed "num blocks: k", "num blocks skipped: k"
I'm guessing the cause was running with multiprocessing=False and all blocks skipped
@ClaireBookworm helped find a bug
Sometimes the execution summary is empty. Something like:
Took a while to figure out what was going on when it was just a simple case of every block being skipped due to the task having been run before. This should have been obvious if the Execution Summary had printed "num blocks: k", "num blocks skipped: k"
I'm guessing the cause was running with
multiprocessing=Falseand all blocks skipped