Skip to content

Commit

Permalink
add min_res
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 29, 2023
1 parent 8197b8c commit 22d3e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simulation/simulation_state.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function _initialize_system_states!(
decision_states = get_decision_states(sim_state)
emulator_states = get_system_states(sim_state)
emulation_container = get_optimization_container(emulation_model)
min_res = minimum([v.resolution for v in values(params)])

Check warning on line 138 in src/simulation/simulation_state.jl

View check run for this annotation

Codecov / codecov/patch

src/simulation/simulation_state.jl#L138

Added line #L138 was not covered by tests

for field in fieldnames(DatasetContainer)
field_containers = getfield(emulation_container, field)
Expand Down

0 comments on commit 22d3e72

Please sign in to comment.