Skip to content

Commit

Permalink
Update one_run_deterministic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Nov 28, 2024
1 parent 7e8917a commit d825fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deterministic/one_run_deterministic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
model = BeforeIT.init_model(parameters, initial_conditions, T;)
data = BeforeIT.init_data(model)
for t in 1:(T - 1)
BeforeIT.run_one_epoch!(model; multi_threading = false)
BeforeIT.run_one_epoch!(model; multi_threading = m)
BeforeIT.update_data!(data, model)
end
return model, data
Expand Down

0 comments on commit d825fb0

Please sign in to comment.