Skip to content
Snippets Groups Projects
Commit 7fd875b5 authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

fix bug in estimation input: filter_step_ahead

parent 1e8aff26
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ try ...@@ -98,7 +98,7 @@ try
end end
case 'filter_step_ahead' case 'filter_step_ahead'
options_.filter_step_ahead = eval(value); options_.filter_step_ahead = str2num(value);
case 'mcmc_jumping_covariance' case 'mcmc_jumping_covariance'
if value == 2 if value == 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment