pydra
pydra copied to clipboard
Pydra Dataflow Engine
adding test that can check the error reporting from the submitter, see the error message improvement in #581
What version of Pydra are you using? 0.19 What were you trying to do? Use a field with type `pathlib.Path`, `pydra.engine.specs.File` or `pydra.engine.specs.Directory` What did you expect will happen? the...
Adding infile tracking for BIDS-PROV.
_What version of Pydra are you using?_ 0.19 _What were you trying to do?_ Install sub-package in editable mode in order to pass automated tests _What did you expect will...
What version of Pydra are you using? pydra==0.19 pydra-mrtrix3==0.1.1 What were you trying to do? Use an interface with a `Path` input (e.g. MRConvert from pydra-mrtrix3) within a workflow when...
**What would you like changed/added and why?** Currently, if there is an issue with file output handling by a task and a file path is not set correctly, it is...
**What would you like changed/added and why?** For the task cache to be invalidated when the output handling functions/templates change **What would be the benefit? Does the change make something...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
## Types of changes - Bug fix (non-breaking change which fixes an issue) ## Summary * Handles None in field types, e.g. `int | None` instead of `typing.Optional[int]` ## Checklist...
## Types of changes - Bug fix (non-breaking change which fixes an issue) ## Summary * fixes bugs with super->sub-class auto-casting, including when the sub-classes are part of a union....