Comment the trend test for a balance growth path => problematic with eLogTrend

time-shift
ferhat 2013-10-28 16:41:21 +01:00
parent f4cee9d5e5
commit 37876b2c2b
1 changed files with 2 additions and 2 deletions

View File

@ -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);