Skip to content

Commit

Permalink
minor tdew disaggregation bug fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbongiov committed Feb 17, 2023
1 parent 40e77ae commit e57c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mettoolbox/disaggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def prepare_hum_tdew(
preserve_daily_mean = True
else:
if method in ("minimal", "dewpoint_regression", "linear_dewpoint_variation"):
tsd.columns = "tmin"
tsd.columns = ["tmin"]
if method == "min_max":
tsd.columns = ("tmin", "tmax", "hum_min", "hum_max")

Expand Down

0 comments on commit e57c071

Please sign in to comment.