Skip to content

Commit ac79ebd

Browse files
committed
Fixed run list.
1 parent da69fb1 commit ac79ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experiment.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function Experiment(config_path, save_path="")
9999
run_param = cdict["run_param"]
100100
run_list = cdict["run_list"]
101101
if run_list isa String
102-
run_list = eval(Meta.parse(sweep_args_dict[key]))
102+
run_list = eval(Meta.parse(cdict["run_list"]))
103103
end
104104
ArgLooper(args_dict_list, static_args_dict, run_list, run_param)
105105
else

0 commit comments

Comments
 (0)