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

We use `str(obj).encode()` in `hash_function`, so it depends on the `__str__` and can give random results for more complex object. Required changes for `numpy` objects were introduced in #410, but...

maintenance

Dear all, I have a question regarding the execution of single tasks in different machines running Pydra. More specifically, I was wondering whether tasks requiring high computational power can be...

question

Right now the messenger gives only the time that a task is ended and whether it is errored or not. It would be useful if the start time is also...

enhancement

realtime monitoring of pydra execution status and messaging receiver.

good first issue

see the discussion: https://github.com/nipype/pydra/pull/390#issuecomment-741476853

maintenance

## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix...

## Summary @satra - adding the test you asked for ## Checklist - [ ] All tests passing - [ ] I have added tests to cover my changes -...

testing if pydra works for pypy3.6 (there is no pyp3.7 for now) not sure why some tests are failing...

orphaned
to consider

## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...