Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove stale comment from json_serialization_test.py (#5494)
#2014 has been fixed and the following code snippet now works as expected. ```python >>> import cirq, sympy >>> circuit = cirq.Circuit(cirq.rx(sympy.Symbol('theta')).on(cirq.NamedQubit("q"))) >>> cirq.testing.assert_json_roundtrip_works(circuit) # works. ```
- Loading branch information