From 9358a1544b0c73c8676f2ac4495729ea2db0962c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= Date: Wed, 10 Oct 2018 16:15:31 +0200 Subject: [PATCH] Updated integration test (trends->targets). --- tests/var-expectations/6/example.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/var-expectations/6/example.mod b/tests/var-expectations/6/example.mod index 2428db1cc..e50d0f4ec 100644 --- a/tests/var-expectations/6/example.mod +++ b/tests/var-expectations/6/example.mod @@ -25,7 +25,7 @@ a_x2_x1_2 = .2; beta = 1/(1+.02); // Define a TREND_COMPONENT model from a subset of equations in the model block. -trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], trends=['eq:x1bar', 'eq:x2bar']); +trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']); /* Define a VAR_EXPECTATION_MODEL ** ------------------------------