Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Dec 5, 2023
1 parent 03808d7 commit e6c26b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ def test_fit_command(runcard, tmp_path):
def test_extract_rabi():
assert extract_rabi(RabiAmplitudeData()) == (
"amp",
"Amplitude (dimensionless)",
"Amplitude [dimensionless]",
rabi_amplitude_function,
)
assert extract_rabi(RabiLengthData()) == (
"length",
"Time (ns)",
"Time [ns]",
rabi_length_function,
)
with pytest.raises(RuntimeError):
Expand Down

0 comments on commit e6c26b9

Please sign in to comment.