Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiangk1 committed Oct 22, 2024
1 parent eaa270f commit b80f465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/energy_storage/electric_storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ struct ElectricStorage <: AbstractElectricStorage
degr,
s.minimum_avg_soc_fraction,
s.capacity_based_per_ts_self_discharge_fraction,
s.soc_based_per_ts_self_discharge_fraction.
s.soc_based_per_ts_self_discharge_fraction,
s.fixed_duration,
s.optimize_soc_init_fraction,
s.name
Expand Down

0 comments on commit b80f465

Please sign in to comment.