-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Delsys-Python-Demo/AeroPy/DataManager.py
Line 21 in 35f4506
| self.sampleCount += len(outArr[0][0]) |
I think this should be like this,
self.sampleCount += len(outArr[0][0])*len(outArr[0])
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels