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 CI failure of Contract-a-Grid-Circuit.ipynb on Python 3.12 #6590

Open
pavoljuhas opened this issue May 8, 2024 · 0 comments
Open

Fix CI failure of Contract-a-Grid-Circuit.ipynb on Python 3.12 #6590

pavoljuhas opened this issue May 8, 2024 · 0 comments
Labels
area/ci kind/bug-report Something doesn't seem to work. no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you.

Comments

@pavoljuhas
Copy link
Collaborator

Description of the issue

The test_notebooks_against_cirq_head[.../quimb/Contract-a-Grid-Circuit.ipynb] fails mysteriously on the CI after bumping up requirements for compatibility with Python 3.12, but passes without a problem on a local Linux workstation.
To unblock the Python 3.12 compatibility the Contract-a-Grid-Circuit.ipynb is skipped in tests as of #6516.

This goal of this issue is to re-enable the notebook test and fix its failure on the CI runners.

How to reproduce the issue

$ check/pytest -s -n 0 -m slow dev_tools/notebooks/notebook_test.py -k Contract-a-Grid-Circuit

Cirq version

1.4.0.dev at 5a3cd55 of #6516

@pavoljuhas pavoljuhas added the kind/bug-report Something doesn't seem to work. label May 8, 2024
@pavoljuhas pavoljuhas added no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you. area/ci labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci kind/bug-report Something doesn't seem to work. no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you.
Projects
None yet
Development

No branches or pull requests

1 participant