-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG: watersheeeed #6192
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
MRG: watersheeeed #6192
Conversation
larsoner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
||
| .. versionadded:: 0.13.0 | ||
| copy : bool | ||
| If True (default False), use copies instead of symlinks for surfaces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
| fnames = glob.glob(op.join(tempdir, '*proj.fif')) | ||
| assert len(fnames) == 1 | ||
| fnames = glob.glob(op.join(tempdir, '*-eve.fif')) | ||
| assert len(fnames) == 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for files in ("*-eve.fif", "*proj.fif"):
assert(len(glob.glob(op.join(tempdir, files))) == 1)
?
|
Only stylistic comments |
|
Thanks @massich @jona-sassenhagen (tested locally after stylistic commit) |
* Things unrelated to eeg_no_mri * Update test_commands.py
No description provided.