Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Use genfromtxt to read channel names from .locs (mne-tools#6090) (…
…mne-tools#6095) Channel names read from .loc, .locs, and .eloc files were truncated to 4 character strings ("S4" numpy dtype). Using genfromtxt with "str" as dtype lets numpy determine the required length and allows for reading unicode characters as well.
- Loading branch information