Skip to content

Commit 3b1f520

Browse files
committed
Skip notebooks that import examples from testing with stable cirq
1 parent 48e3839 commit 3b1f520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev_tools/notebooks/isolated_notebook_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
# temporary: need to fix QVM metrics and device spec
6262
'docs/tutorials/google/spin_echoes.ipynb',
6363
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
64+
# notebooks that import the examples module which is not installed with cirq
65+
'examples/direct_fidelity_estimation.ipynb',
66+
'examples/stabilizer_code.ipynb',
6467
] + NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES
6568

6669
# As these notebooks run in an isolated env, we want to minimize dependencies that are

0 commit comments

Comments
 (0)