Skip to content

Commit e403bc1

Browse files
committed
Fixed return type typo
1 parent fd5b4a4 commit e403bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdp/measure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def format_standard_measures(temp_datasets: list[xarray.DataArray], rh: xarray.D
160160
:param rh: (Optional) Relative humidity DataArray to compute heat index values with for each temperature DataArray.
161161
:type rh: xarray.DataArray
162162
:return: Dataset containing all input variables formatted and initialized for HDP analysis.
163-
:rtype: xarray.DataArray
163+
:rtype: xarray.Dataset
164164
"""
165165
measures = []
166166

0 commit comments

Comments
 (0)