Skip to content

Commit

Permalink
add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
swang22 committed Dec 8, 2023
1 parent df0325c commit 40bc08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/write_output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end
function write_output(outpath::AbstractString,config_set::Dict, input_data::Dict, model::Model)
mkdir_overwrite(outpath)
model_mode = config_set["model_mode"]
println()
println("HOPE model ("*model_mode*" mode) is successfully solved!")
if model_mode == "GTEP"
##read input for print
Expand Down

0 comments on commit 40bc08e

Please sign in to comment.