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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
William Gatt
dynare
Commits
e5ab7ed9
Commit
e5ab7ed9
authored
May 14, 2016
by
Marco Ratto
Committed by
Johannes Pfeifer
May 19, 2016
Browse files
Options
Downloads
Patches
Plain Diff
fixed unknown options warning messages
parent
088db781
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/check_posterior_sampler_options.m
+2
-1
2 additions, 1 deletion
matlab/check_posterior_sampler_options.m
with
2 additions
and
1 deletion
matlab/check_posterior_sampler_options.m
+
2
−
1
View file @
e5ab7ed9
...
@@ -84,7 +84,7 @@ if init,
...
@@ -84,7 +84,7 @@ if init,
options_
.
use_mh_covariance_matrix
=
options_list
{
i
,
2
};
options_
.
use_mh_covariance_matrix
=
options_list
{
i
,
2
};
otherwise
otherwise
warning
([
'
i
mh_sampler: Unknown option ('
options_list
{
i
,
1
}
')!'
])
warning
([
'
rw
mh_sampler: Unknown option ('
options_list
{
i
,
1
}
')!'
])
end
end
end
end
end
end
...
@@ -134,6 +134,7 @@ if init,
...
@@ -134,6 +134,7 @@ if init,
end
end
otherwise
otherwise
warning
([
'tarb_sampler: Unknown option ('
options_list
{
i
,
1
}
')!'
])
end
end
...
...
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