Encoding error in load TRC header
Summary
When loading TRC files generated by Shennan's MatLab code, an encoding error in line 247 is raised.
Steps to reproduce
Run python hfo_annotate.py "file" on any file generated by Shennan Matlab code.
What is the current bug behavior?
Encoding error
Possible fixes
We tried changing type "S1" to np.unicode_ and it worked fine.