Skip to content

Commit

Permalink
add missing variable in function
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 23, 2023
1 parent eb8de6f commit 00b2134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simulation/decision_model_simulation_results.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function _get_store_value(
resolution = get_resolution(sim_results)
horizon = get_forecast_horizon(sim_results)
base_power = get_model_base_power(sim_results)
model_name = Symbol(get_model_name(sim_results))
results_by_time = ResultsByTime(
key,
SortedDict{Dates.DateTime, T}(),
Expand Down

0 comments on commit 00b2134

Please sign in to comment.