Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
76b3f53d
Commit
76b3f53d
authored
3 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
ramst_initval_file.mod: move to non-deprecated syntax
parent
91e33488
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1933
ramst_initval_file.mod: move to non-deprecated syntax
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/histval_initval_file/ramst_initval_file.mod
+3
-3
3 additions, 3 deletions
tests/histval_initval_file/ramst_initval_file.mod
with
3 additions
and
3 deletions
tests/histval_initval_file/ramst_initval_file.mod
+
3
−
3
View file @
76b3f53d
...
...
@@ -24,7 +24,7 @@ end;
steady;
initval_file(
filenam
e = ramst_initval_file_data_row_vec_mat);
initval_file(
datafil
e = ramst_initval_file_data_row_vec_mat);
perfect_foresight_setup(periods=200);
if oo_.exo_simul(2) ~= 1.2
error('initval_file problem with exogenous variable');
...
...
@@ -40,7 +40,7 @@ end
oo_.exo_simul = [];
oo_.endo_simul = [];
initval_file(
filenam
e = ramst_initval_file_data_col_vec_mat);
initval_file(
datafil
e = ramst_initval_file_data_col_vec_mat);
perfect_foresight_setup(periods=200);
if oo_.exo_simul(2) ~= 1.2
...
...
@@ -55,7 +55,7 @@ if ~oo_.deterministic_simulation.status
end
if ispc()
initval_file(
filenam
e = ramst_initval_file_excel);
initval_file(
datafil
e = ramst_initval_file_excel);
perfect_foresight_setup(periods=200);
perfect_foresight_solver;
if ~oo_.deterministic_simulation.status
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
e8aa9aba
·
3 years ago
mentioned in commit
e8aa9aba
mentioned in commit e8aa9aba409258493d7d93caadb73cd16afdc561
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment