You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The batch rename channels dialog currently uses a dict mapping old names to new names. However, mne.rename_channels also supports a callable, which is exactly what the dialog uses. We should therefore use a more compact history as well.
The text was updated successfully, but these errors were encountered:
The batch rename channels dialog currently uses a dict mapping old names to new names. However,
mne.rename_channels
also supports a callable, which is exactly what the dialog uses. We should therefore use a more compact history as well.The text was updated successfully, but these errors were encountered: