Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typos from changing run period during tests
Browse files Browse the repository at this point in the history
vtnate committed Jan 28, 2025
1 parent 46566d3 commit ab58436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/uo_cli_spec.rb
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
test_directory_pv = spec_dir / 'test_directory_pv'
test_directory_ghe = spec_dir / 'test_directory_ghe'
test_scenario = test_directory / 'two_building_scenario.csv'
test_scenario_res = test_directory_res / 'two_building_res'
test_scenario_res = test_directory_res / 'two_building_res.csv'
test_scenario_res_hpxml = test_directory_res_hpxml / 'two_building_res_hpxml.csv'
test_scenario_reopt = test_directory_pv / 'REopt_scenario.csv'
test_scenario_elec = test_directory_elec / 'electrical_scenario.csv'
@@ -619,7 +619,7 @@ def select_measures(test_dir, measure_name_list, workflow = 'base_workflow.osw',
delete_directory_or_file(test_directory_res_hpxml)
system("#{call_cli} create --project-folder #{test_directory_res_hpxml} --combined")
# Shorter run period during testing
system("cp #{spec_dir / 'spec_files' / 'test_example_project.json'} #{test_feature_res}")
system("cp #{spec_dir / 'spec_files' / 'test_example_project_combined.json'} #{test_feature_res}")
end

it 'runs a 2 building scenario with residential and commercial buildings', :residential do

0 comments on commit ab58436

Please sign in to comment.