Skip to content
Snippets Groups Projects
Commit b21252b8 authored by ferhat's avatar ferhat
Browse files

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

parent b6c0850f
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment