Closed teddychao closed 1 year ago
In load_data, there are some code trying to convert the legacy channeltype into chantype to avoid potential issues. However, some code before this piece of code has assume there are chantype in header instead of channeltype.
load_data
channeltype
chantype
header
Summary
In
load_data
, there are some code trying to convert the legacychanneltype
intochantype
to avoid potential issues. However, some code before this piece of code has assume there arechantype
inheader
instead ofchanneltype
.