Skip to content

Commit

Permalink
Remove TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Nov 12, 2020
1 parent 15c8ad2 commit ed2a596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyquil/quil.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ def calibrate(self, instr: AbstractInstruction) -> List[AbstractInstruction]:
:param instr: An instruction.
:returns: A list of instructions, with the active calibrations expanded.
"""
# TODO: Test for infinite loop
queue = [instr]
calibrated_instructions: List[AbstractInstruction] = []
seen_instructions: Dict[AbstractInstruction, bool] = {}
Expand Down

0 comments on commit ed2a596

Please sign in to comment.