Skip to content

Commit

Permalink
Update test_with_xpress.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rathod-b committed Sep 27, 2023
1 parent cda171c commit d2af5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_with_xpress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1249,9 +1249,9 @@ end
# Load base inputs
input_data = JSON.parsefile("scenarios/ghp_inputs.json")

d["GHP"]["ghpghx_inputs"][1]["hybrid_ghx_sizing_method"] = "Automatic"
d["GHP"]["avoided_capex_by_ghp_present_value"] = 1.0e6
d["GHP"]["ghx_useful_life_years"] = 35
input_data["GHP"]["ghpghx_inputs"][1]["hybrid_ghx_sizing_method"] = "Automatic"
input_data["GHP"]["avoided_capex_by_ghp_present_value"] = 1.0e6
input_data["GHP"]["ghx_useful_life_years"] = 35

inputs = REoptInputs(input_data)
# analysis period 25 years, ghx life 35 years, discount rate 8.3%
Expand Down

0 comments on commit d2af5b2

Please sign in to comment.