funkelab / daisy

Block-wise task scheduling for large nD volumes.
MIT License
25 stars 16 forks source link

Dev/master #50

Closed rhoadesScholar closed 3 months ago

rhoadesScholar commented 3 months ago

Update .gitignore Rename benchmark script to avoid automatic testing without necessary dependency. Check task completion once every second at minimum to end event loop if tasks are complete, even if workers didn't return proper messaging. This prevents the job from hanging forever if, for instance, more workers were started than blocks needing processing.