-
Notifications
You must be signed in to change notification settings - Fork 88
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] fix channel units for EEG and iEEG #125
Conversation
1c013b9
to
c43822e
Compare
PR needs rebase ... |
30df0b4
to
7fe567d
Compare
haha :) @sappelhoff let me know when you're ready here |
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.
also, you have the CIs failing
@sappelhoff rebasing against master will help me verify if the CIs are good on this PR. Otherwise, LGTM. I can merge as soon as I see green CIs |
0f0aec3
to
40225b7
Compare
Codecov Report
@@ Coverage Diff @@
## master #125 +/- ##
=========================================
Coverage ? 93.44%
=========================================
Files ? 14
Lines ? 930
Branches ? 0
=========================================
Hits ? 869
Misses ? 61
Partials ? 0
Continue to review full report at Codecov.
|
@jasmainak ready for merge |
You need to rebase. There are conflicts ... |
haha nopes. Try refreshing your page or loading in a different browser. |
40225b7
to
a7de0b0
Compare
you are right, there was something off, but it should be rebased and fine now. Weird though, that Github would show me that everything's fine even before ... perhaps some browser extensions that prevent proper functioning? |
@@ -23,7 +23,7 @@ pypi. Update your installation as follows. | |||
|
|||
Then, install the following python packages: | |||
|
|||
$ pip install flake8 pytest pytest-cov | |||
$ pip install flake8 pytest pytest-cov coverage |
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.
why do we need coverage
?
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.
because pytest-cov relies on it and we need pytest-cov for our coverage reports
Great ! I'll merge once the CIs are happy. Refreshing browser and restarting computer are the best debugging tools ever. Only next to a good night's sleep ;-) |
seems like we have to fix #131 before ... |
I'm merging this to move on so we can focus on #131. But it kind of sucks that the validator fails without warning and no deprecation cycle. Maybe something to discuss with @chrisfilo ... |
yes, also thinking about all the examples on https://github.com/bids-standard/bids-examples. They are not failing yet, because an old version of the validator is pinned at the CI. But it's something to fix soon, moving on to #131 now |
Oh I see. We should also not use the dev version. It's not supposed to be stable ... |
closes #81
Using MNE-Python Master (or soon 0.17), I will be able to fix this for BrainVision and EDF (the primary formats both for EEG and iEEG) ... and probably also for BDF and EEGLAB.
I will not be able to fix it for