Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: support for for commas in channel names #53

Merged
merged 8 commits into from Nov 7, 2020

Conversation

sappelhoff
Copy link
Member

@sappelhoff sappelhoff commented Nov 6, 2020

closes #51

commas in (1) event type, and (2) event description are currently irrelevant, because:

  1. type is always "Stimulus" (no commas possible)
  2. description is always numeric (no commas possible)

@sappelhoff sappelhoff added the fix fixes a bug label Nov 6, 2020
Copy link
Collaborator

@hoechenberger hoechenberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test looks good, if you get this one to pass, we should be fine 👍

@sappelhoff
Copy link
Member Author

This seems like an MNE-Python reading error to me:

image

as if MNE-Python does not properly read channel names with commas.

in that case we do not need to cover comma issues in formatting

event type is always Stimulus

event description is always numeric

so a comma never occurs
@sappelhoff
Copy link
Member Author

this one is blocked until mne-tools/mne-python#8492 is resolved.

@sappelhoff
Copy link
Member Author

This passes on this mne branch: mne-tools/mne-python#8492

🙂 so once that is merged, we can merge here as well

@sappelhoff
Copy link
Member Author

merging now to continue development without merge conflicts, and because I am confident in the behavior

@sappelhoff sappelhoff merged commit 05f6461 into bids-standard:master Nov 7, 2020
@sappelhoff sappelhoff deleted the chnames_comma branch November 7, 2020 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Currently no support for commas in channel names, event types, and event descriptions
2 participants