You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #31 , there are currently dependency conflicts between FLASC and FLORIS. The only reason that FLASC is required in WHOC is for the LookupBasedWakeSteeringController.
Implement a local solution for get_yaw_angles_interpolant, which is the only functionality imported from FLASC, and make the removal of the dependency on FLASC permanent.
The text was updated successfully, but these errors were encountered:
As noted in #31 , there are currently dependency conflicts between FLASC and FLORIS. The only reason that FLASC is required in WHOC is for the
LookupBasedWakeSteeringController
.Possible solutions:
LookupBasedWakeSteeringController
and remove FLASC dependencies ([BUGFIX] Remove dependencies on FLASC temporarily #31 ); then reinstate them when FLASC has been brought up to speed with Floris v4get_yaw_angles_interpolant
, which is the only functionality imported from FLASC, and make the removal of the dependency on FLASC permanent.The text was updated successfully, but these errors were encountered: