File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929
3030 % Array containing the indices of the experiments
3131 % that share a noise parameter.
32- expgroups_noise = [ 1 ] ;
32+ expgroups_noise = { 1 } ;
3333 % Array containing the indices of the experiments
3434 % that share a scaling parameter.
35- expgroups_scaling = [ 1 ] ;
35+ expgroups_scaling = { 1 } ;
3636 % Array containing the indices of the observables
3737 % that share a noise parameter.
38- obsgroups_noise = [ 1 ] ;
38+ obsgroups_noise = { 1 } ;
3939 % Array containing the indices of the observables
4040 % that share a scaling parameter.
41- obsgroups_scaling = [ 1 ] ;
41+ obsgroups_scaling = { 1 } ;
4242
4343 % 1 x n_y array of strings indicating scale for the observable
4444 % Valid options are "log","log10" and "lin" for log, log10 or
You can’t perform that action at this time.
0 commit comments