Skip to content

Commit

Permalink
fix: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Aug 13, 2024
1 parent 787aa11 commit 99ca068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/qm/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def register_duration_sweeper_pulses(
channel = self.channels[channel_name].logical_channel
for value in sweeper.values:
sweep_pulse = pulse.model_copy(updates={"duration": value})
sweep_op = self.register_pulse(channel, new_pulse)
sweep_op = self.register_pulse(channel, sweep_pulse)
args.parameters[op].pulses.append((value, sweep_op))

def register_pulses(
Expand Down

0 comments on commit 99ca068

Please sign in to comment.