sccn / EEG-BIDS

21 stars 17 forks source link

fixed the condition when run is nan #186

Closed neuromechanist closed 1 year ago

neuromechanist commented 1 year ago

Runs are converted to character arrays on line 466 of bids_export. Therefore, it seems that strcmp is a more suitable condition to check if run=='NaN'.

Already checked with the HBN data. Results are available at nemar/yahya/cmi_bids_R3_20

Successful merge closes #184.