Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLaudatQM committed Apr 16, 2024
1 parent 8f1312e commit 555b717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qualang_tools/digital_filters/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def bounce_and_delay_correction(
feedforward_taps = _round_taps_close_to_zero(feedforward_taps)
index_start = np.nonzero(feedforward_taps_x == 0)[0][0]
index_end = np.nonzero(feedforward_taps)[0][-1] + 1
extra_taps = np.concatenate((feedforward_taps[:index_start], feedforward_taps[index_end:]))
final_taps = feedforward_taps[index_start:index_end]

return _check_hardware_limitation(qop_version, final_taps, [])[0]
Expand Down

0 comments on commit 555b717

Please sign in to comment.