Skip to content

Commit

Permalink
Revert unnecessary change in MockSignalAnalyzer recompute_sensor_cali…
Browse files Browse the repository at this point in the history
…bration_data
  • Loading branch information
dboulware committed Jan 17, 2024
1 parent d8d45e4 commit ee5ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/hardware/mocks/mock_sigan.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def update_calibration(self, params):
pass

def recompute_sensor_calibration_data(self, cal_args: list) -> None:
if self._sensor_calibration is not None:
if self.sensor_calibration is not None:
self.sensor_calibration_data.update(
self._sensor_calibration.get_calibration_dict(cal_args)
)
Expand Down

0 comments on commit ee5ebb4

Please sign in to comment.