Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

'Bracket operator' for steps within pipeline not working #42

Closed
olineumann opened this issue Mar 16, 2021 · 2 comments
Closed

'Bracket operator' for steps within pipeline not working #42

olineumann opened this issue Mar 16, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@olineumann
Copy link
Collaborator

Describe the bug
When using the bracket operator (__getitem__(self, key)) for steps instead of pipeline steps the pipeline crashing.

To Reproduce
Use a step that will return two DataArrays (e.g. FunctionModule) and access it via step[key] for a following step.

Expected behavior
Similar to the pipeline step DataArrays can be accessed via the bracket operator.

@olineumann olineumann added the bug Something isn't working label Mar 16, 2021
@olineumann
Copy link
Collaborator Author

@benHeid Just saw that I fixed it within the last two weeks but not committed it yet. PR is following today.

@benHeid
Copy link
Collaborator

benHeid commented Mar 17, 2021

Solved with #45

@benHeid benHeid closed this as completed Mar 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants