Skip to content

Commit

Permalink
swap starting_pa for pa typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Nov 27, 2023
1 parent 5645fc1 commit 2fd354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubin_scheduler/scheduler/model_observatory/kinem_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def slew_times(
current_rot_tel_pos = self.last_rot_tel_pos_rad
else:
# We have been tracking, so rot_tel_pos needs to be updated
current_rot_tel_pos = _get_rot_tel_pos(pa, self.current_rot_sky_pos_rad)
current_rot_tel_pos = _get_rot_tel_pos(starting_pa, self.current_rot_sky_pos_rad)
else:
# kwarg overrides if it was supplied
current_rot_tel_pos = starting_rot_tel_pos_rad
Expand Down

0 comments on commit 2fd354b

Please sign in to comment.