Skip to content

Commit

Permalink
Fixed not referencing correct cfs data during stable time
Browse files Browse the repository at this point in the history
  • Loading branch information
Doreban committed Oct 16, 2024
1 parent c8cfe2f commit 4a26d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/radar_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ def cfs_block(ave_params, cfs_params_dict, cfs_sockets):
cfs_params.last_cfs_set_time[beam] < time.time() - aveperiod.cfs_stable_time
or aveperiod.cfs_always_run
):
ave_params.cfs_params = cfs_params
return False

# Only let CFS run after the user set stable time has
Expand Down

0 comments on commit 4a26d83

Please sign in to comment.