Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
37876b2c
Commit
37876b2c
authored
Oct 28, 2013
by
ferhat
Browse files
Comment the trend test for a balance growth path => problematic with eLogTrend
parent
f4cee9d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ModFile.cc
View file @
37876b2c
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment