Skip to content

Commit

Permalink
fix(uxm_setup.setup_fixed_tones): Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Sep 10, 2024
1 parent 3f5935f commit 0fb21e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sodetlib/operations/uxm_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def setup_fixed_tones(S, cfg, fixed_tones_per_band=8, min_fixed_tone_spacing=10,
# TODO check we have a tune?
ft_freq = []
for b in S.bands:
min_chan_spacing = None # convert from frequency to channel
ft_freq += _find_fixed_tone_freq(S, b, fixed_tones_per_band, min_fixed_tone_spacing)

# set the fixed tones
Expand Down

0 comments on commit 0fb21e8

Please sign in to comment.