-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add missing import cirq
#4387
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
Add missing import cirq
#4387
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @MarkDaoust, you've added import cirq
under an ImportError
exception; which means the exception will be raised again except this time it won't be caught.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, I now see that it is installed after the import
error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit: could you move the second import statement down in order to be more consistent with other notebooks like https://github.com/quantumlib/Cirq/blob/master/docs/circuits.ipynb
Done. |
Thanks! |
Fix notebook, this is failing in the site import pipeline.
Fix notebook, this is failing in the site import pipeline.