Skip to content

Commit

Permalink
update WHOC WindBatteryController name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary committed Feb 5, 2024
1 parent 1fa59b7 commit 74b806b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from hercules.emulator import Emulator
from hercules.py_sims import PySims
from hercules.utilities import load_yaml
from whoc.controllers.hercules_wind_battery_controller import (
HerculesWindBatteryController,
from whoc.controllers.wind_battery_controller import (
WindBatteryController,
)
from whoc.interfaces.hercules_wind_battery_interface import HerculesWindBatteryInterface

Expand All @@ -13,7 +13,7 @@


interface = HerculesWindBatteryInterface(input_dict)
controller = HerculesWindBatteryController(interface, input_dict)
controller = WindBatteryController(interface, input_dict)


input_dict = load_yaml(sys.argv[1])
Expand Down

0 comments on commit 74b806b

Please sign in to comment.