Skip to content

Commit

Permalink
default default cal flags to False.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 3, 2024
1 parent 15e7b2d commit d47d763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scos_actions/calibration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def check_for_default_calibration(cal_file_path: str, cal_type: str) -> bool:
sensor_calibration = get_sensor_calibration(SENSOR_CALIBRATION_FILE)

sigan_calibration = None
default_sensor_calibration = False
default_sigan_calibration = False
if SIGAN_CALIBRATION_FILE is None:
logger.warning("Sigan calibration file is None. Not loading calibration file.")
elif not path.exists(SIGAN_CALIBRATION_FILE):
Expand Down

0 comments on commit d47d763

Please sign in to comment.