Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Feb 21, 2024
1 parent 7873db2 commit e00ee4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdxms_datasets/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
TEMPERATURE_OFFSETS = {"c": 273.15, "celsius": 273.15, "k": 0.0, "kelvin": 0.0}


# overload typing to get correct return type
def convert_temperature(
temperature_dict: dict, target_unit: str = "c"
) -> Union[float, list[float]]:
Expand Down

0 comments on commit e00ee4d

Please sign in to comment.