pydra
                                
                                 pydra copied to clipboard
                                
                                    pydra copied to clipboard
                            
                            
                            
                        Pydra Dataflow Engine
## Types of changes - Bug fix (non-breaking change which fixes an issue), fixing Issue #442 ## Summary Add the option of specifying the output directory for the dotfile (the...
## Types of changes CI ## Summary ## Checklist - [ ] I have added tests to cover my changes (if necessary) - [ ] I have updated documentation (if...
when running tests with Slurm I keep forgetting that a standard tmp directory is not shared among nodes - should have a better exception handling
# What would you like changed/added and why? I would like `pydra` to check, if keywords in a splitter exist/are typed correctly, on the line where the splitter is set...
at present if i generate a typo in the kwarg assigned when running a task, i have to wait till task execution to know an error has happened. this should...
3.9 added a [`cancel_futures`](https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown) keyword, but currently running `Future`s are still allowed to complete.