Skip to content

Commit

Permalink
removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atpham88 committed Oct 11, 2024
1 parent cce7714 commit 1f3b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints/storage_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function add_storage_size_constraints(m, p, b; _n="")

# Constraint (4c)-3: Limit on Storage Energy Capacity based on Duration Hours
@constraint(m,
m[Symbol("dvStorageEnergy"*_n)][b] <= m[Symbol("dvStoragePower"*_n)][b] * p.s.storage.attr[b].max_duration_hours #p.s.storage.attr[b].max_duration_hours
m[Symbol("dvStorageEnergy"*_n)][b] <= m[Symbol("dvStoragePower"*_n)][b] * p.s.storage.attr[b].max_duration_hours
)

@constraint(m,
Expand Down

0 comments on commit 1f3b00a

Please sign in to comment.