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

Fixes Merging Excess Properties #331

Merged
merged 2 commits into from Nov 9, 2020
Merged

Conversation

SimonBoothroyd
Copy link
Contributor

@SimonBoothroyd SimonBoothroyd commented Nov 9, 2020

Description

This PR fixes a bug introduced in #298 whereby the default workflows for computing excess properties could in rare cases be incorrectly merged leading to downstream protocols taking their inputs from the wrong upstream protocol outputs.

This was caused by the workflow code being unable to properly merge workflows which have identical protocol ids, which #298 introduced for excess properties (extract_observable_component).

This PR adds extra validation steps to ensure this does not occur in future.

Status

  • Ready to go

@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #331 (9a90fea) into master (7fa9720) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@SimonBoothroyd SimonBoothroyd merged commit c1c4098 into master Nov 9, 2020
@SimonBoothroyd SimonBoothroyd deleted the unique-nested-protocol-ids branch November 9, 2020 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant