Fixed bug in integration tests (trends-->targets).

time-shift
Stéphane Adjemian(Charybdis) 2018-09-28 12:23:37 +02:00
parent bd36a0c109
commit 11a882d66f
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
5 changed files with 5 additions and 5 deletions

View File

@ -91,7 +91,7 @@ B12 = B(1,2);
B21 = B(2,1);
B22 = B(2,2);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], trends=['eq:y3', 'eq:y4']);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], targets=['eq:y3', 'eq:y4']);
model;

View File

@ -91,7 +91,7 @@ B12 = B(1,2);
B21 = B(2,1);
B22 = B(2,2);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y4', 'eq:y2', 'eq:y3'], trends=['eq:y3', 'eq:y4']);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y4', 'eq:y2', 'eq:y3'], targets=['eq:y3', 'eq:y4']);
model;

View File

@ -91,7 +91,7 @@ B12 = B(1,2);
B21 = B(2,1);
B22 = B(2,2);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], trends=['eq:y4', 'eq:y3']);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], targets=['eq:y4', 'eq:y3']);
model;

View File

@ -91,7 +91,7 @@ B12 = B(1,2);
B21 = B(2,1);
B22 = B(2,2);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], trends=['eq:y3', 'eq:y4']);
trend_component_model(model_name=toto, eqtags=['eq:y1', 'eq:y2', 'eq:y3', 'eq:y4'], targets=['eq:y3', 'eq:y4']);
model;

View File

@ -91,7 +91,7 @@ B12 = B(1,2);
B21 = B(2,1);
B22 = B(2,2);
trend_component_model(model_name=toto, eqtags=['eq:y4', 'eq:y1', 'eq:y2', 'eq:y3'], trends=['eq:y3', 'eq:y4']);
trend_component_model(model_name=toto, eqtags=['eq:y4', 'eq:y1', 'eq:y2', 'eq:y3'], targets=['eq:y3', 'eq:y4']);
model;