sccn / EEG-BIDS

21 stars 17 forks source link

Import error (eegh) #50

Closed cll008 closed 3 years ago

cll008 commented 3 years ago

https://github.com/sccn/bids-matlab-tools/blob/4734da70652d8ee8c78b61adf4aa6a476236ebaa/pop_importbids.m#L52

eegh error after importing a study. Probably because eegh is taking stats as the argument for eegh instead of commands:

Undefined operator '==' for input arguments of type 'struct'.

Error in eegh (line 104)
        if command == 0
arnodelorme commented 3 years ago

Thanks Clement. Fixed the issue and released version 5.2 because it was a blocker. I think last time I released, I only tested the export function. Good argument for having test cases...

On Dec 22, 2020, at 9:56 AM, Clement Lee notifications@github.com wrote:

https://github.com/sccn/bids-matlab-tools/blob/4734da70652d8ee8c78b61adf4aa6a476236ebaa/pop_importbids.m#L52

eegh error after importing a study. Probably because eegh is taking stats as the argument for eegh instead of commands:

Undefined operator '==' for input arguments of type 'struct'.

Error in eegh (line 104) if command == 0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.