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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
ff83c4ae
Commit
ff83c4ae
authored
1 year ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
evaluate_steady_state_file.m: Octave bug 52568 was fixed in Octave 6
parent
db331c53
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/evaluate_steady_state_file.m
+1
-7
1 addition, 7 deletions
matlab/evaluate_steady_state_file.m
with
1 addition
and
7 deletions
matlab/evaluate_steady_state_file.m
+
1
−
7
View file @
ff83c4ae
...
...
@@ -66,13 +66,7 @@ else
updated_params_flag
=
0
;
end
if
M
.
set_auxiliary_variables
% Define function handle for the function setting the auxiliary
% variables only if the model has auxiliary variables. Otherwise
% Octave may crash (see https://savannah.gnu.org/bugs/?52568) because
% the function does not exist in the path.
h_set_auxiliary_variables
=
str2func
([
M
.
fname
'.set_auxiliary_variables'
]);
end
if
isnan
(
updated_params_flag
)
||
(
updated_params_flag
&&
any
(
isnan
(
params
(
~
isnan
(
params
))
-
params1
(
~
isnan
(
params
)))))
%checks if new NaNs were added
info
(
1
)
=
24
;
...
...
This diff is collapsed.
Click to expand it.
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