Skip to content

Commit fbf63bc

Browse files
committed
vpl_cpi plotting data file name update
1 parent ccd3435 commit fbf63bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotting/plot_vpl_vpi.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
function plot_value_of_lookahead_and_information_across_formulations(
117117
data_path::String, save_path::String
118118
)
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"][]
120120
all_data = load(joinpath(data_path, data_file))
121121
for (state, value) in pairs(all_data)
122122
energy = round(Int, unique(value.energy_capacity)[])
@@ -156,7 +156,7 @@ end
156156
function plot_value_of_lookahead_and_information_for_each_formulation(
157157
data_path::String, save_path::String
158158
)
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"][]
160160
all_data = load(joinpath(data_path, data_file))
161161
scale = identity
162162
for (state, value) in pairs(all_data)

0 commit comments

Comments
 (0)