From 456b90cb46a3ca8f60d3b5ec5e372069cc93b7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= <stepan@adjemian.eu> Date: Tue, 25 Mar 2025 11:20:13 +0100 Subject: [PATCH] Increase the number of particles. To pass the test on the value of the approximated log-likelihood. This test should not be included in the testsuite (far too slow) --- tests/particle/noisy_ar1_nlf_apf.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/particle/noisy_ar1_nlf_apf.mod b/tests/particle/noisy_ar1_nlf_apf.mod index a54a454b37..c006b6cb15 100644 --- a/tests/particle/noisy_ar1_nlf_apf.mod +++ b/tests/particle/noisy_ar1_nlf_apf.mod @@ -36,7 +36,7 @@ options_.particle.status = 1; // Required because we intend to use a nonlinear f mode_file=noisy, datafile=noisy_ar1_data, order=1, - number_of_particles = 20000000, + number_of_particles = 50000000, filter_algorithm=apf); -- GitLab