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

fix bug in estimation input: first_obs

parent ddb2ef91
No related branches found
No related tags found
1 merge request!14fix bug in estimation/mcmc_jumping_covariance
...@@ -73,7 +73,7 @@ try ...@@ -73,7 +73,7 @@ try
end end
case 'first_obs' case 'first_obs'
options_.first_obs = value; options_.first_obs = str2num(value);
case 'use_bandpass_filter' case 'use_bandpass_filter'
options_.bandpass.indicator = value; options_.bandpass.indicator = value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment