diff --git a/tests/particle/dsge_base2.mod b/tests/particle/dsge_base2.mod
index 8b259d60e44df6d32f770543483783b129bd9645..c5c055c7d41781ed5597b4593baeb364273922d3 100644
--- a/tests/particle/dsge_base2.mod
+++ b/tests/particle/dsge_base2.mod
@@ -11,10 +11,10 @@
 
 // ALGORITHM
 @#ifndef LINEAR_KALMAN
-@#define LINEAR_KALMAN = 1
+@#define LINEAR_KALMAN = 0
 @#endif
 @#ifndef NON_LINEAR_KALMAN
-@#define NON_LINEAR_KALMAN = 0
+@#define NON_LINEAR_KALMAN = 1
 @#endif
 @#ifndef ALGO_SIR
 @#define ALGO_SIR = 0
@@ -221,4 +221,4 @@ options_.threads.local_state_space_iteration_2 = 4;
   options_.posterior_sampling_method = 'RWGMH';
   options_.rwgmh_scale_shock = (1e-5)*[10 10 1 1 10 10 10 1000 10 10] ;
   estimation(order=1,mh_replic=5000,mode_compute=0,mode_file=dsge_base2_mode);
-@#endif
\ No newline at end of file
+@#endif