Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
small typo fix
  • Loading branch information
pdwaggoner authored Oct 18, 2024
1 parent 85bde61 commit e597d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions placement/FastGaussianPuff/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def wind_synthesizer(df_ws, df_wd, wind_syn_mode,
wind_sensor = None, colname_t = 'time_stamp.mountain'):
'''
Combine wind data from mutliple sensors to one-single wind data
Combine wind data from multiple sensors to one-single wind data
Inputs:
df_ws [m/s] (pd.DataFrame):
wind speed dataframe; columns include time stamps, wind speed from each wind sensor
Expand Down Expand Up @@ -133,4 +133,4 @@ def avgWindDirection(wind_direction_list):
wind_direction_avg = wind_direction_avg - 360
else:
pass
return wind_direction_avg
return wind_direction_avg

0 comments on commit e597d22

Please sign in to comment.