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 - New feature (non-breaking change which adds functionality) ## Summary Adds support for using getitem within argstr formatters, e.g. "-coord {coord[0]} {coord[1]}..." ## Checklist - [x]...

enhancement
minor

## What version of Pydra are you using? 0.23 (Python 3.10.11) ## What were you trying to do? Following the tutorial (commit [e1c91e3](https://github.com/nipype/pydra-tutorial/commit/e1c91e3c13cd310714b04623dc08c1c13a19eec6)) for [FunctionTask#Using Audit](https://github.com/nipype/pydra-tutorial/blob/master/notebooks/2_intro_functiontask.md#using-audit) part. ## What did...

bug

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1)

## Types of changes - Bug fix (non-breaking change which fixes an issue) ## Summary Removes a stray pdb breakpoint and makes the splitter functionality robust to 1D inputs for...

For the Bug Report, Include this information: ------------------------- - What version of Pydra are you using? 0.23 - What were you trying to do? Split over a list of paths...

bug

### What version of Pydra are you using? master ### What were you trying to do? Run a workflow with a node of the same name as the workflow ###...

bug

Linters aren't able to understand `pkgutil` "hack" to get the tasks namespace packages to sit under the main `pydra` package and therefore don't know where to find tasks defined in...

bug

Found on `pydra` version 0.23. The desired use case is integrating pydra into the `phys2denoise` package [[relevant PR]](https://github.com/physiopy/phys2denoise/pull/57) for the refinement of a data processing workflow. The logging package intended...

bug

## Types of changes - Bug fix (non-breaking change which fixes an issue), see #761 ## Summary - Registers serializers for 3 common array-like packages: torch, tensorflow, and pandas -...

- What version of Pydra are you using? - 0.23 - What were you trying to do? - Pass torch.Tensors to my function by splitting them as a list. -...

bug