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

BUG: Fix bug with empty room processing #761

Merged
merged 7 commits into from Jul 10, 2023
Merged

Conversation

larsoner
Copy link
Member

@larsoner larsoner commented Jul 7, 2023

Before merging …

  • Changelog has been updated (docs/source/changes.md)

@allermat can you try this branch? In theory you should not need to delete any derivatives, just update to this branch and run.

Closes #759

Only mentioning the epochs bug fix here since the one @allermat is actually hitting is a within-release (within the last week I think!) bugfix

@larsoner larsoner changed the title BUG: Fix bug with epochs processing BUG: Fix bug with empty room processing Jul 7, 2023
@larsoner
Copy link
Member Author

larsoner commented Jul 7, 2023

Okay turns out the epochs were okay because we already use the min across runs, so I adjusted the change log and title. I still think #760 is probably the best way to deal with this issue for now, especially when (later) combined with empirical rank estimation which will be necessary for movement compensation.

@larsoner
Copy link
Member Author

@hoechenberger feel free to merge if you're happy, I think it should fix the bug but even if it doesn't is a nice/helpful refactor (again)

@larsoner
Copy link
Member Author

... I also realized that the head pos text file was being written as ds004229/sub-102/meg/sub-102_task-amnoise for example, this fixes it so it's written as ds004229/sub-102/meg/sub-102_task-amnoise_headpos.txt

@hoechenberger hoechenberger merged commit e5d5f1f into mne-tools:main Jul 10, 2023
47 checks passed
@hoechenberger
Copy link
Member

Thanks @larsoner

@larsoner larsoner deleted the bug branch July 10, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Reference run not guaranteed to be processed before noise runs
2 participants