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 unpacking of density gate outputs. #346

Merged
merged 1 commit into from
Jan 11, 2021
Merged

Fix unpacking of density gate outputs. #346

merged 1 commit into from
Jan 11, 2021

Conversation

JS3xton
Copy link
Contributor

@JS3xton JS3xton commented Nov 18, 2020

Fix apparent merge oversight in merging #335.

examples/analyze_mef.py fails to run on current develop (8e92580) because some density gate outputs are unpacked incorrectly.

In #337, I made the unpacking of density gate outputs more robust (aca96d8). In the parallel #335, I duplicated old density gate function calls in examples/analyze_mef.py. When #335 was merged, those duplicated function calls were overlooked. This PR updates those.

examples/analyze_mef.py runs correctly after this PR.

@JS3xton JS3xton merged commit 2955d5f into taborlab:develop Jan 11, 2021
@JS3xton JS3xton deleted the fix-analyze-mef-example branch January 11, 2021 19:16
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