Skip to content

Commit 8b1ea0a

Browse files
authored
Merge pull request grid-parity-exchange#200 from michaelbynum/penalty_fix
fix penalty
2 parents 6782c52 + 958ca0a commit 8b1ea0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egret/model_library/transmission/tx_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ def load_shed_limit(load, gens, gen_mins):
372372
],
373373
('system_attributes', None, None ) : [
374374
'load_mismatch_cost',
375+
'q_load_mismatch_cost',
375376
'reserve_shortfall_cost',
376377
] + \
377378
ancillary_service_stack,

0 commit comments

Comments
 (0)