diff --git a/tests/particle/dsge_base2.mod b/tests/particle/dsge_base2.mod
index 1bab79e51771eeef5ea5eb885c10697f9f6ad150..3b720f0d0af05a424f2b3f522568b2405693cc1e 100644
--- a/tests/particle/dsge_base2.mod
+++ b/tests/particle/dsge_base2.mod
@@ -4,11 +4,11 @@
 @#endif
 
 @#ifndef NONLINEAR_KALMAN
-    @#define NONLINEAR_KALMAN = 0
+    @#define NONLINEAR_KALMAN = 1
 @#endif
 
 @#ifndef ALGO_SIR
-    @#define ALGO_SIR = 1
+    @#define ALGO_SIR = 0
 @#endif
 
 @#ifndef ALGO_APF
@@ -112,10 +112,10 @@ data(file='./mysample.m',first_obs=801Y,nobs=200); %no measurement errors added
 @#endif
 
 @#if NONLINEAR_KALMAN
-    estimation(nograph,order=2,filter_algorithm=nlkf,number_of_particles=10000,silent_optimizer,proposal_approximation=montecarlo,mode_compute=8,additional_optimizer_steps=[8,4],mh_replic=0);
-%    estimation(nograph,order=3,filter_algorithm=nlkf,number_of_particles=10000,silent_optimizer,proposal_approximation=montecarlo,mode_compute=8,additional_optimizer_steps=[8,4],mh_replic=0);
-	estimation(nograph,order=2,filter_algorithm=nlkf,proposal_approximation=cubature,silent_optimizer,mode_compute=8,additional_optimizer_steps=[4,8],mh_replic=0,mode_check);
-%	estimation(nograph,order=3,filter_algorithm=nlkf,proposal_approximation=cubature,silent_optimizer,mode_compute=8,additional_optimizer_steps=[4,8],mh_replic=0,mode_check);
+    estimation(nograph,order=2,filter_algorithm=nlkf,mode_compute=8,silent_optimizer,mh_replic=0);
+//  estimation(nograph,order=3,filter_algorithm=nlkf,number_of_particles=10000,silent_optimizer,proposal_approximation=montecarlo,mode_compute=8,additional_optimizer_steps=[8,4],mh_replic=0);
+//	estimation(nograph,order=2,filter_algorithm=nlkf,proposal_approximation=cubature,silent_optimizer,mode_compute=8,additional_optimizer_steps=[4,8],mh_replic=0,mode_check);
+//	estimation(nograph,order=3,filter_algorithm=nlkf,proposal_approximation=cubature,silent_optimizer,mode_compute=8,additional_optimizer_steps=[4,8],mh_replic=0,mode_check);
 @#endif
 
 @#if ALGO_SIR