neuniversity / ALY6140

1 stars 3 forks source link

Struct.error: unpack requires a buffer of 4 bytes #13

Open ruanqing976 opened 5 years ago

ruanqing976 commented 5 years ago

I wrote the following commands but it gave me this error: Error: unpack requires a buffer of 4 bytes

Code: import pyabf abf = pyabf.ABF('16o03002.abf')

Has anyone got this before?