peclayson / ERA_Toolbox

Matlab toolbox for obtaining dependability estimates for ERP measurements
6 stars 1 forks source link

unable to estimate reliability for difference scores #32

Closed lilianyli closed 9 months ago

lilianyli commented 1 year ago

I got the error message "Only 1 event" even though there were 2 event types. It seems that in the "era_startproc" file, the line "if size(era_prefs.proc.inp.whichevents,1) < 2" should be "if size(era_prefs.proc.inp.whichevents,2) < 2" since era_prefs.proc.inp.whichevents was defined as cell with one row.

Your Environment

peclayson commented 1 year ago

I'm so sorry I missed your comment.

Thank you for letting me know. Can you try downloading from master to see if the problem is fixed?

Thanks! Peter

lilianyli commented 1 year ago

Yeah it's fixed now! Thanks!