Partial integration of feedbackl

pull/5/head
2211567 2025-06-16 21:53:47 +02:00
parent e994df0d65
commit 5bb3a912f0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function build_ui(U, V, param_obs_map::NamedTuple, params_obs, heat_obs)
on(btn_start.clicks) do _
@async while running[]
multi_step!((U, V), stepsize[], heat_obs, params_obs; step_method=step_method[])
multi_step!((U, V), stepsize[] * 5, heat_obs, params_obs; step_method=step_method[])
sleep(0.0015) # ~20 FPS
end
end