Skip to content

Commit

Permalink
fix: drop redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Nov 15, 2024
1 parent d15f140 commit eb64ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/qua/rb_ondevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _acquisition(
assert len(targets) == 1
target = targets[0]
qubit = f"drive{target}"
resonator = f"readout{target}" if target is not None else f"readout{target}"
resonator = f"readout{target}"
save_sequences = params.save_sequences
apply_inverse = params.apply_inverse
relaxation_time = params.relaxation_time
Expand Down

0 comments on commit eb64ae4

Please sign in to comment.