Skip to content

Commit

Permalink
Correct test outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Jan 14, 2019
1 parent eb83e73 commit e125d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windpowerlib/wind_farm.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class WindFarm(object):
>>> example_farm = wind_farm.WindFarm(**example_farm_data)
>>> example_farm.installed_power = example_farm.get_installed_power()
>>> print(example_farm.installed_power)
4200000
25200000.0
"""
def __init__(self, name, wind_turbine_fleet, coordinates=None,
Expand Down

0 comments on commit e125d59

Please sign in to comment.