Skip to content

Commit

Permalink
Update cirq-google/cirq_google/serialization/circuit_serializer_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Juhas <[email protected]>
  • Loading branch information
dstrain115 and pavoljuhas authored Mar 7, 2025
1 parent 36dd7ab commit 73c16e1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,11 +1046,7 @@ def test_reset_gate_with_improper_argument():


def test_stimcirq_gates():
try:
import stimcirq
except ModuleNotFoundError: # pragma: no cover
# Stimcirq not found, these are optional tests.
return
stimcirq = pytest.importorskip("stimcirq")
serializer = cg.CircuitSerializer()
q = cirq.q(1, 2)
q2 = cirq.q(2, 2)
Expand Down

0 comments on commit 73c16e1

Please sign in to comment.