Skip to content

Commit

Permalink
removing dead options
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed May 21, 2021
1 parent b85d5b7 commit 5cda9f3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 596 deletions.
7 changes: 3 additions & 4 deletions prescient/engine/egret/egret_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,9 @@ def create_simulation_actuals(
if options.simulate_out_of_sample:
get_data_func = data_provider.populate_with_actuals
else:
if options.run_deterministic_ruc:
print("")
print("***WARNING: Simulating the forecast scenario when running deterministic RUC - "
"time consistency across midnight boundaries is not guaranteed, and may lead to threshold events.")
print("")
print("***WARNING: Simulating the forecast scenario when running deterministic RUC - "
"time consistency across midnight boundaries is not guaranteed, and may lead to threshold events.")
get_data_func = data_provider.populate_with_forecast_data

# Get a new model
Expand Down
1 change: 0 additions & 1 deletion prescient/engine/egret/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def _print_sced_info(self,
print("%-30s %12.2f" % (b, total_min_nondispatchable_power[b]))

def _setup_solvers(self, options: Options):
assert options.python_io is False

def _get_solver_list(name):
return [ name+s for s in ['', '_direct', '_persistent']]
Expand Down
Loading

0 comments on commit 5cda9f3

Please sign in to comment.