Skip to content

Commit 4b00424

Browse files
committed
Update electric_storage.jl
1 parent 5b38812 commit 4b00424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/energy_storage/electric_storage.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,11 @@ struct ElectricStorage <: AbstractElectricStorage
352352
# Call SAM for peak_shaving and self_consumption dispatch strategies
353353
if s.dispatch_strategy == "peak_shaving"
354354
@info "Using SAM Peak Shaving dispatch strategy for ElectricStorage."
355-
# Call SAM here?
355+
# TODO: Call SAM here?
356356
# fixed_soc_series_fraction = SAM output
357357
elseif s.dispatch_strategy == "self_consumption"
358358
@info "Using SAM Self Consumption dispatch strategy for ElectricStorage."
359-
# Call SAM here?
359+
# TODO: Call SAM here?
360360
# fixed_soc_series_fraction = SAM output
361361
end
362362

0 commit comments

Comments
 (0)