Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exception in compute_mapped for partially reducing pipelines #173

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

SimonHeybrock
Copy link
Member

Previously the implementation was using the index names of the graph instead of the node. If the node had, e.g., 1 index but resulted from a reduction of a second index we previously got an exception.

Previously the implementation was using the index names of the graph
instead of the node. If the node had, e.g., 1 index but resulted from a
reduction of a second index we previously got an exception.
@SimonHeybrock SimonHeybrock added the bug Something isn't working label Jun 26, 2024
@SimonHeybrock SimonHeybrock enabled auto-merge June 26, 2024 05:12
@SimonHeybrock SimonHeybrock merged commit aea6d27 into main Jun 26, 2024
5 checks passed
@SimonHeybrock SimonHeybrock deleted the fix-compute-mapped branch June 26, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants