diff --git a/tests/Makefile.am b/tests/Makefile.am
index c9091c5be304f06c18cf61171195c9c3c77a6e3b..0679db1115b86a64b44bdc1717a33c3ac53df85a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -100,9 +100,7 @@ MODFILES = \
 	kalman_filter_smoother/fs2000.mod \
 	kalman_filter_smoother/fs2000_1.mod \
 	kalman_filter_smoother/fs2000_2.mod \
-	kalman_filter_smoother/fs2000a.mod \
-        kalman_filter_smoother/gen_data.mod \
-	kalman_filter_smoother/fsdat_simul.m
+	kalman_filter_smoother/fs2000a.mod 
 
 EXTRA_DIST = \
 	$(MODFILES) \
diff --git a/tests/kalman_filter_smoother/algoH1.mod b/tests/kalman_filter_smoother/algoH1.mod
index cd9b7f4b6907a3529f4a899358d2bb3e720363b5..fe432f80f30117b67a27c2b01d5bc6d30a430968 100644
--- a/tests/kalman_filter_smoother/algoH1.mod
+++ b/tests/kalman_filter_smoother/algoH1.mod
@@ -34,8 +34,7 @@ end;
 
 varobs dw dx dy z;
        
-//estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0);
-estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,mode_compute=0,mode_file=algoH1_mode);
+estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0);
 
 //checking smoother consistency
 X = oo_.SmoothedVariables;
diff --git a/tests/kalman_filter_smoother/fs2000a.mod b/tests/kalman_filter_smoother/fs2000a.mod
index a2c241e941376e90788fbf1c7ce2d4e7aa55ea82..171b68abfaa95e601aaf448e87a524ff7873e9a7 100644
--- a/tests/kalman_filter_smoother/fs2000a.mod
+++ b/tests/kalman_filter_smoother/fs2000a.mod
@@ -55,10 +55,6 @@ var e_a; stderr 0.014;
 var e_m; stderr 0.005;
 end;
 
-steady(nocheck);
-
-check;
-
 estimated_params;
 alp, beta_pdf, 0.356, 0.02;
 bet, beta_pdf, 0.993, 0.002;