Skip to content
Snippets Groups Projects
Verified Commit 0efac4fa authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix test

parent 471a4496
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ if (exist('M_', 'var') && isstruct(M_)) || (exist('oo_', 'var') && isstruct(oo_) ...@@ -137,7 +137,7 @@ if (exist('M_', 'var') && isstruct(M_)) || (exist('oo_', 'var') && isstruct(oo_)
project_info.observed_variables_set = true; project_info.observed_variables_set = true;
end end
if project_info.project_model_stochastic if project_info.project_model_stochastic
if isfield(oo_, 'dr') if isfield(oo_, 'dr') && isfield(oo_, 'mean') && isfield(oo_, 'var') && isfield(oo_, 'autocorr')
project_info.stochastic_simulation_run = true; project_info.stochastic_simulation_run = true;
end end
if isfield(oo_, 'datafile') || isfield(oo_, 'dataset') if isfield(oo_, 'datafile') || isfield(oo_, 'dataset')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment