Skip to content
Snippets Groups Projects
Commit 195a3f8f authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug (missing transposition).

parent d727ba72
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ global options_ estim_params_ oo_ M_ bayestopt_
localVars=[];
Y = dataset.data;
Y = transpose(dataset.data);
gend = dataset.nobs;
data_index = dataset_info.missing.aindex;
missing_value = dataset_info.missing.state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment