Skip to content

Commit

Permalink
Update scenario.jl
Browse files Browse the repository at this point in the history
rm extra write statement
  • Loading branch information
rathod-b committed Sep 28, 2023
1 parent 02b0265 commit 891ac43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/scenario.jl
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ function Scenario(d::Dict; flex_hvac_from_json=false)
end

ghpghx_response = Dict([("inputs", ghpghx_inputs), ("outputs", ghpghx_results)])
write("ghpghx_hybrid_results.json", JSON.json(ghpghx_response))
ghp_inputs_removed_ghpghx_params = deepcopy(d["GHP"])
for param in ["ghpghx_inputs", "ghpghx_responses", "ghpghx_response_uuids"]
if haskey(d["GHP"], param)
Expand Down

0 comments on commit 891ac43

Please sign in to comment.