Skip to content

Commit

Permalink
Update weather.py
Browse files Browse the repository at this point in the history
Now  fixes module temp
  • Loading branch information
AidanWesley committed May 31, 2024
1 parent 3aaf1cf commit 2df11e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvdeg/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def map_weather(weather_df):
"Wind Direction": "wind_direction",
"Surface Albedo": "albedo",
"Precipitable Water": "precipitable_water",
"Module_Temperature": "module_temperature",
}

for column_name in weather_df.columns:
Expand Down

0 comments on commit 2df11e5

Please sign in to comment.