Skip to content

Commit

Permalink
removing relax-t0-ramping-initial-day
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed May 26, 2021
1 parent 5cda9f3 commit d17b3ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions prescient/engine/egret/egret_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ def create_sced_instance(data_provider:DataProvider,

_ensure_reserve_factor_honored(options, sced_md, range(sced_horizon))

## TODO: propogate relax_t0_ramping_initial_day into this function
## if relaxing initial ramping, we need to relax it in the first SCED as well
assert options.relax_t0_ramping_initial_day is False

# Set generator commitments & future state
for g, g_dict in sced_md.elements(element_type='generator', generator_type='thermal'):
# Start by preparing an empty array of the correct size for each generator
Expand Down
7 changes: 0 additions & 7 deletions prescient/simulator/master_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,6 @@ def _construct_inner_options_parser():
type='string',
default='aCHP')

solver_simulation_options.add_option('--relax-t0-ramping-initial-day',
help="Relax t0 ramping for the initial RUC. Ignored for PH.",
action='store_true',
dest='relax_t0_ramping_initial_day',
default=False)


# # PRESCIENT_OUTPUT_OPTIONS

output_simulation_options.add_option('--verbose',
Expand Down

0 comments on commit d17b3ff

Please sign in to comment.