Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 committed Jun 23, 2023
1 parent da1d8db commit 1a698dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit_tests/braket/pulse/ast/test_approximation_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_bare_pulsequence():
def test_delay(port):
frame = Frame(frame_id="frame1", port=port, frequency=1e8, phase=0, is_predefined=False)
pulse_seq = PulseSequence().delay(frame, 3e-9)
# 3 datapoints for delay

expected_amplitudes = {"frame1": TimeSeries()}
expected_frequencies = {"frame1": TimeSeries()}
Expand All @@ -59,7 +58,6 @@ def test_delay(port):
def test_predefined_frame(port):
frame = Frame(frame_id="frame1", port=port, frequency=1e8, phase=0, is_predefined=True)
pulse_seq = PulseSequence().delay(frame, 3e-9)
# 3 datapoints for delay

expected_amplitudes = {"frame1": TimeSeries()}
expected_frequencies = {"frame1": TimeSeries()}
Expand Down

0 comments on commit 1a698dd

Please sign in to comment.