Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v0.7.2.x-release' into v0.7.2.x-…
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
manuelma committed Dec 13, 2024
2 parents 185d896 + 28ee285 commit fdf119a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/run_spineopt_basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ function _do_solve_model!(
skip_failed_windows=false,
)
k0 = _resume_run!(m, resume_file_path; log_level, update_names)
k0 === nothing && return m
k0 === nothing && return true
_call_event_handlers(m, :model_about_to_solve)
m.ext[:spineopt].has_results[] && return m
m.ext[:spineopt].has_results[] && return true
t_start = now()
@log log_level 1 "Solve started at $t_start"
model_name = _model_name(m)
Expand Down

0 comments on commit fdf119a

Please sign in to comment.