Skip to content

Commit 66616a0

Browse files
committed
Allow kwargs in modelchain
1 parent 637435f commit 66616a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, power_plant,
109109
power_output_model='power_curve',
110110
density_correction=False,
111111
obstacle_height=0,
112-
hellman_exp=None):
112+
hellman_exp=None, **kwargs):
113113

114114
self.power_plant = power_plant
115115
self.obstacle_height = obstacle_height

0 commit comments

Comments
 (0)