Commit fbf63bc 1 parent ccd3435 commit fbf63bc Copy full SHA for fbf63bc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 116
116
function plot_value_of_lookahead_and_information_across_formulations (
117
117
data_path:: String , save_path:: String
118
118
)
119
- data_file = [f for f in readdir (data_path) if f == " vpl_vpi .jld2" ][]
119
+ data_file = [f for f in readdir (data_path) if f == " ddm_vpl_vpi .jld2" ][]
120
120
all_data = load (joinpath (data_path, data_file))
121
121
for (state, value) in pairs (all_data)
122
122
energy = round (Int, unique (value. energy_capacity)[])
156
156
function plot_value_of_lookahead_and_information_for_each_formulation (
157
157
data_path:: String , save_path:: String
158
158
)
159
- data_file = [f for f in readdir (data_path) if f == " vpl_vpi .jld2" ][]
159
+ data_file = [f for f in readdir (data_path) if f == " ddm_vpl_vpi .jld2" ][]
160
160
all_data = load (joinpath (data_path, data_file))
161
161
scale = identity
162
162
for (state, value) in pairs (all_data)
You can’t perform that action at this time.
0 commit comments