From 8ce3d2c93682c4544ce6ea443cee0168194e101f Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Wed, 23 Nov 2016 10:50:31 +0100
Subject: [PATCH] Trigger computation of state uncertainty in unit test

---
 tests/kalman_filter_smoother/algo4a.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kalman_filter_smoother/algo4a.mod b/tests/kalman_filter_smoother/algo4a.mod
index 37d743bbb..9ca467501 100644
--- a/tests/kalman_filter_smoother/algo4a.mod
+++ b/tests/kalman_filter_smoother/algo4a.mod
@@ -33,7 +33,7 @@ end;
 
 varobs dw dx y z;
        
-estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,diffuse_filter,smoothed_state_uncertainty);
+estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,diffuse_filter);
 //estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,mode_compute=0,mode_file=algo3_mode,diffuse_filter);
 
 //checking smoother consistency
-- 
GitLab