Hello,
Currently the fi.get_turbine_ais() function is bugging.
This is due to a small mistake at line 428 in turbine.py :
https://github.com/NREL/floris/blob/5e5bb7f4e653621e7a81ff4bcaa27dbc1f759de7/floris/simulation/turbine.py#L428
The call to _filter_convert function should be after the if ix_filter is not None: condition, consistently with other function in the turbine.py file.
Best,
Benoit
Hello,
Currently the
fi.get_turbine_ais()function is bugging.This is due to a small mistake at line 428 in turbine.py :
https://github.com/NREL/floris/blob/5e5bb7f4e653621e7a81ff4bcaa27dbc1f759de7/floris/simulation/turbine.py#L428
The call to
_filter_convertfunction should be after theif ix_filter is not None:condition, consistently with other function in the turbine.py file.Best,
Benoit