Open sunt05 opened 4 years ago
https://github.com/BLM-UoR/BLM/blob/1ba0d3d9497e9dbc451fcde679c81079f9fa3d63/docs/tasks/utility.py#L6-L23
if the input Temp_C is outside of the valid range, UnboundedLocalError will be raised.
Temp_C
UnboundedLocalError
https://github.com/BLM-UoR/BLM/blob/1ba0d3d9497e9dbc451fcde679c81079f9fa3d63/docs/tasks/utility.py#L6-L23
if the input
Temp_C
is outside of the valid range,UnboundedLocalError
will be raised.