From 37876b2c2bacc170f73952193724c98607cceade Mon Sep 17 00:00:00 2001 From: ferhat Date: Mon, 28 Oct 2013 16:41:21 +0100 Subject: [PATCH] Comment the trend test for a balance growth path => problematic with eLogTrend --- preprocessor/ModFile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index 631dc4fa4..61b551d48 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -416,8 +416,8 @@ ModFile::computingPass(bool no_tmp_terms) // Mod file may have no equation (for example in a standalone BVAR estimation) if (dynamic_model.equation_number() > 0) { - if (nonstationary_variables) - trend_dynamic_model.runTrendTest(global_eval_context); + /*if (nonstationary_variables) + trend_dynamic_model.runTrendTest(global_eval_context);*/ // Compute static model and its derivatives dynamic_model.toStatic(static_model);