Skip to content

Commit

Permalink
added current time printing
Browse files Browse the repository at this point in the history
  • Loading branch information
nsimakov committed Oct 29, 2024
1 parent 356b572 commit 4c723f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpc_user_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,9 @@ function model_step_stats!(sim::Simulation)
end

function model_step!(model::StandardABM)
@debug "model_step!"
sim::Simulation = model.sim
sim.cur_datetime = get_datetime(sim, abmtime(model))
@debug "model_step! cur_datetime: $(sim.cur_datetime)"
# it is right before abmtime(model) time
# check finished job
@debug "check_finished_job!"
Expand Down

0 comments on commit 4c723f9

Please sign in to comment.