Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions temoa/temoa_model/temoa_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,6 @@ def ReserveMarginStatic(M: 'TemoaModel', r, p, s, d):
* value(M.CapacityToActivity[r1r2, t])
* value(M.SegFrac[p, s, d])
for (t, v) in M.processReservePeriods[r1r2, p]
for t in M.tech_reserve
)

return available
Expand Down Expand Up @@ -2490,7 +2489,6 @@ def ReserveMarginDynamic(M: 'TemoaModel', r, p, s, d):
* value(M.CapacityToActivity[r1r2, t])
* value(M.SegFrac[p, s, d])
for (t, v) in M.processReservePeriods[r1r2, p]
for t in M.tech_reserve
)

# Only consider exchange technologies connecting to this region
Expand Down
Loading