Closed
Conversation
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
Co-authored-by: Teon Brooks <teon.brooks@gmail.com>
|
This pull request introduces 1 alert when merging 0c94c97 into b9b2c68 - view on LGTM.com new alerts:
Comment posted by LGTM.com |
teonbrooks
reviewed
May 22, 2019
mne/digitization/_mess.py
Outdated
| @@ -0,0 +1,153 @@ | |||
| """Do not look at this !! or blame Teon !!!.""" | |||
Codecov Report
@@ Coverage Diff @@
## master #6362 +/- ##
=========================================
Coverage ? 15.84%
=========================================
Files ? 410
Lines ? 74372
Branches ? 12300
=========================================
Hits ? 11784
Misses ? 62275
Partials ? 313 |
|
This pull request introduces 1 alert when merging 73bd194 into b9b2c68 - view on LGTM.com new alerts:
Comment posted by LGTM.com |
Contributor
Author
|
From conversation with @agramfort IRL, I'll split this PR in two. |
6124bc3 to
1a45b31
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
info['dig']to beDigitizationorNoneOn the top, here is a summary of which readers go through
_test_raw_reader, if so with wastype(info['dig']):None,Digitization, or both. And for those readers expected to not haveDigitizationdo they havemontage. The goal of this table is to keep in mind the current status + plan following PRs.This PR should be green. There are still some funky names
_foo,_bar. I will soon push a commit to amend that. But at least it would be easier to read, give comments (and if someone has strong suggestions for the funky names, now is the time)cc: @teonbrooks, @larsoner