Skip to content

Commit

Permalink
resolved merge conflict in doc string of wind_resource.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elenya-grant committed Jan 16, 2025
1 parent f80891b commit 16deb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hopp/simulation/technologies/resource/wind_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class WindResource(Resource):
""" Class to manage Wind Resource data from API calls or preloaded data.
Attributes:
hub_height_meters - the system height
hub_height_meters (float): the system height
TODO: if optimizer will modify hub height, need to download a range rather than a single
file_resource_heights (dict): dictionary of heights and filenames to download from Wind Toolkit
filename (str): full filepath of solar resource data file
filename (str): full filepath of wind resource data file
"""

allowed_hub_height_meters = [10, 40, 60, 80, 100, 120, 140, 160, 200]
Expand Down

0 comments on commit 16deb3e

Please sign in to comment.