Skip to content

Commit 43ccf1a

Browse files
committed
fix test
1 parent 07bab00 commit 43ccf1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_components/test_microwave.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,11 @@ def test_path_integral_factory_mixed_specs():
663663
impedance_spec1 = td.CustomImpedanceSpec(voltage_spec=v_spec, current_spec=None)
664664
impedance_spec2 = td.CustomImpedanceSpec(voltage_spec=None, current_spec=i_spec)
665665
microwave_mode_spec = td.MicrowaveModeSpec(
666+
num_modes=2,
666667
impedance_specs=(
667668
impedance_spec1,
668669
impedance_spec2,
669-
)
670+
),
670671
)
671672
voltage_integrals, current_integrals = make_path_integrals(microwave_mode_spec, mode_monitor)
672673

0 commit comments

Comments
 (0)