Skip to content

Commit

Permalink
Remove stale TODO (quantumlib#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar authored and rht committed May 1, 2023
1 parent 80b53d2 commit 30dde64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cirq-core/cirq/contrib/paulistring/optimize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_optimize():

cirq.testing.assert_allclose_up_to_global_phase(c_orig.unitary(), c_opt.unitary(), atol=1e-7)

# TODO(#5546) Fix '[Z]^1' (should be 'Z')
cirq.testing.assert_has_diagram(
c_opt,
"""
Expand Down

0 comments on commit 30dde64

Please sign in to comment.