From 727a9582c8c719dda8353642355d1989665b57d0 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Mon, 30 Jan 2017 15:40:03 +0100
Subject: [PATCH] speed-up execution of test

---
 tests/gsa/ls2003.mod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gsa/ls2003.mod b/tests/gsa/ls2003.mod
index 2905f6de2f..c93a7ff22d 100644
--- a/tests/gsa/ls2003.mod
+++ b/tests/gsa/ls2003.mod
@@ -216,6 +216,7 @@ disp('Press ENTER to continue'); pause(5);
 
 dynare_sensitivity(nodisplay, stab=0, // no need for stability analysis since the posterior sample is surely OK
 datafile='data_ca1.m',first_obs=8,nobs=79,prefilter=1,
+alpha2_rmse=0, // no correlation analysis
 rmse=1,ppost=1,Nsam=512);
 
 collect_latex_files;
-- 
GitLab