GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

First epoch of participant 4 is empty of sample_data set. Causes kernel crash in tutorial 3 when zscoring by participant. #68

Closed jelmerborst closed 1 year ago

jelmerborst commented 1 year ago

When zscoring by participant the kernel crashes in Tutorial 3 when calling hmp.utils.transform(). This is due to (at least) the first epoch of participant 4 not containing any data:

Screenshot 2023-06-30 at 09 44 57

Fixed in tutorial 3 by zscoring by trial, but should probably be fixed overall in this dataset – this shouldn't be the case.

GWeindel commented 1 year ago

Fixed by #97