Skip to content

Commit 0cd0cab

Browse files
committed
debug run rwmh script
1 parent 1d738d3 commit 0cd0cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/real_data_expt/rwmh/run_rwmh.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ function run_simulation(
4141
# add cost tuning
4242
df[!, "cost_tuning"] .= cost_tuning
4343

44-
jld_pth = joinpath(@__DIR__, "results/")
44+
jld_pth = joinpath(@__DIR__, "result/")
4545
if save_jld
4646
if !isdir(jld_pth)
4747
mkpath(jld_pth)
4848
end
4949
JLD2.save(
5050
joinpath(jld_pth, "rwmh_$(name)_$seed.jld2"),
51-
"output" => output,
51+
"output", output,
5252
)
5353
end
5454
return df, output

0 commit comments

Comments
 (0)