Skip to content

Commit

Permalink
fix: serial to id migration for fixed rfsoc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 29, 2024
1 parent af711a4 commit ed5d62c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_instruments_rfsoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_convert_pulse(dummy_qrc):
duration=0.04,
adc=None,
dac=4,
name=pulse.serial,
name=pulse.id,
relative_phase=0,
rel_sigma=5,
beta=2,
Expand All @@ -150,7 +150,7 @@ def test_convert_pulse(dummy_qrc):
start_delay=0,
relative_phase=0,
duration=0.04,
name=pulse.serial,
name=pulse.id,
type="drive",
dac=4,
adc=None,
Expand All @@ -175,7 +175,7 @@ def test_convert_pulse(dummy_qrc):
start_delay=0,
relative_phase=0,
duration=0.04,
name=pulse.serial,
name=pulse.id,
type="readout",
dac=2,
adc=1,
Expand Down

0 comments on commit ed5d62c

Please sign in to comment.