Skip to content

Commit

Permalink
fixed example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
birnbaum committed Mar 13, 2024
1 parent 5dae40e commit 65e075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ monitor = Monitor()
environment.add_microgrid(
actors=[
ComputingSystem(power_meters=[MockPowerMeter(p=400)]),
Generator(signal=HistoricalSignal.from_dataset("solcast2022_global")),
Generator(signal=HistoricalSignal.from_dataset("solcast2022_global"), column="Berlin"),
],
controllers=[monitor],
storage=SimpleBattery(capacity=100),
Expand Down

0 comments on commit 65e075b

Please sign in to comment.