BitBloomTech / spawn

Allows users to concisely specify and execute a large number of tasks with complex and co-dependent input parameter variations
GNU General Public License v3.0
2 stars 1 forks source link

Rerun tasks with changed inputs #74

Open phil-brad opened 5 years ago

phil-brad commented 5 years ago

When you spawn run into a directory where there are already runs, it will not rerun tasks that previously succeeded but where input file(s) have since changed.

Solution: Write hash into simulation.state file and check it in Task.complete method