Open Yunusbcr opened 3 years ago
https://github.com/delsys-inc/Delsys-Python-Demo/blob/35f45062f00fa62cc19f838c713e1bf39bb4c8fd/AeroPy/DataManager.py#L21
I think this should be like this, self.sampleCount += len(outArr[0][0])*len(outArr[0])
self.sampleCount += len(outArr[0][0])*len(outArr[0])
https://github.com/delsys-inc/Delsys-Python-Demo/blob/35f45062f00fa62cc19f838c713e1bf39bb4c8fd/AeroPy/DataManager.py#L21
I think this should be like this,
self.sampleCount += len(outArr[0][0])*len(outArr[0])