From 76f0064835ae5aa933e9cec5093adb3a14711fa5 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Fri, 24 Jan 2025 15:07:41 -0700 Subject: [PATCH] remove unused variable --- lib/urbanopt/reopt/reopt_post_processor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/urbanopt/reopt/reopt_post_processor.rb b/lib/urbanopt/reopt/reopt_post_processor.rb index 5ff93a7e..e646934a 100644 --- a/lib/urbanopt/reopt/reopt_post_processor.rb +++ b/lib/urbanopt/reopt/reopt_post_processor.rb @@ -33,7 +33,6 @@ def initialize(scenario_report, scenario_reopt_assumptions_file = nil, reopt_fea end @nrel_developer_key = nrel_developer_key @localhost = localhost - @reopt_base_post = { ElectricTariff: {}, ElectricLoad: {}, Wind: { max_kw: 0 } } @scenario_reopt_default_output_file = nil @scenario_timeseries_default_output_file = nil