pydra icon indicating copy to clipboard operation
pydra copied to clipboard

Pydra Dataflow Engine

Results 182 pydra issues
Sort by recently updated
recently updated
newest added

## 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

enhancement

# 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...

enhancement

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...

enhancement

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.

enhancement