From 092a95f0d510bfe2230a73d20b1824dc9eae17a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Fri, 21 Jan 2022 12:25:00 +0100 Subject: [PATCH] hotfix: hello wolf param name changed --- demos/hello_wolf/yaml/hello_wolf_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/hello_wolf/yaml/hello_wolf_config.yaml b/demos/hello_wolf/yaml/hello_wolf_config.yaml index c46580eff..55eb56a88 100644 --- a/demos/hello_wolf/yaml/hello_wolf_config.yaml +++ b/demos/hello_wolf/yaml/hello_wolf_config.yaml @@ -22,7 +22,7 @@ config: max_num_iterations: 100 verbose: 0 period: 0.2 - update_immediately: false + interrupt_on_problem_change: false n_threads: 2 compute_cov: false minimizer: LEVENBERG_MARQUARDT -- GitLab