Skip to content

Commit

Permalink
Bug fix: additional variable added to Gaussian, GCH and None models
Browse files Browse the repository at this point in the history
  • Loading branch information
fg320 committed Nov 13, 2023
1 parent dfc0c9a commit bda502c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions floris/simulation/wake_velocity/gauss.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def function(
ct_i: np.ndarray,
hub_height_i: float,
rotor_diameter_i: np.ndarray,
turb_idx_sorted=None, # Additional arg for parameter assigment
# enforces the use of the below as keyword arguments and adherence to the
# unpacking of the results from prepare_function()
*,
Expand Down
1 change: 1 addition & 0 deletions floris/simulation/wake_velocity/none.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def function(
ct_i: np.ndarray,
hub_height_i: float,
rotor_diameter_i: np.ndarray,
turb_idx_sorted=None, # Additional arg for parameter assigment
# enforces the use of the below as keyword arguments and adherence to the
# unpacking of the results from prepare_function()
*,
Expand Down

0 comments on commit bda502c

Please sign in to comment.