Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
particles
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Archives
particles
Merge requests
!12
Remove redundant options output
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Remove redundant options output
options_removal
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Remove redundant options output
Johannes Pfeifer
requested to merge
options_removal
into
master
Jun 22, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Related to
Dynare/dynare!1878 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
648c8250
1 commit,
Jun 22, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/solve_model_for_online_filter.m
+
1
−
1
View file @ 648c8250
Edit in single-file editor
Open in Web IDE
Show full file
@@ -125,7 +125,7 @@ Model.H = H;
%------------------------------------------------------------------------------
warning
(
'off'
,
'MATLAB:nearlySingularMatrix'
)
[
~
,
~
,
~
,
info
,
Model
,
DynareOptions
,
DynareResults
]
=
...
[
~
,
~
,
~
,
info
,
Model
,
DynareResults
]
=
...
dynare_resolve
(
Model
,
DynareOptions
,
DynareResults
,
'restrict'
);
warning
(
'on'
,
'MATLAB:nearlySingularMatrix'
)
Loading