add deployment
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-11-06 17:32:24 +01:00
parent 63a8b3cf2d
commit dccd123868
5 changed files with 157 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def _calculate_output_temperature(local_context):
if local_context['mode'] == 'high':
local_context['output_temperature'] = local_context['high_temperature']
return
# if we come here, something serious happened
logger.error(f"Error in calculation of output_temperature: {local_context=}")
return