forked from NREL/wind-hybrid-open-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test/hercules wind battery controller (NREL#28)
* hercules_wind_battery_controller test * Rename to just WindBatteryController * reorder imports to appease ruff * Cleaning up outdated output files. --------- Co-authored-by: Zachary <[email protected]> Co-authored-by: misi9170 <[email protected]>
- Loading branch information
1 parent
6f1a27e
commit 9ccf067
Showing
3 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from whoc.controllers.hercules_wind_battery_controller import HerculesWindBatteryController | ||
from whoc.controllers.lookup_based_wake_steering_controller import LookupBasedWakeSteeringController | ||
from whoc.controllers.wake_steering_rosco_standin import WakeSteeringROSCOStandin | ||
from whoc.controllers.wind_battery_controller import WindBatteryController |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters