-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG, DOC: update tutorial: epochs to pandas DataFrame #7180
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7180 +/- ##
=========================================
- Coverage 89.88% 81.89% -8%
=========================================
Files 450 450
Lines 81243 81243
Branches 12914 12914
=========================================
- Hits 73027 66535 -6492
- Misses 5395 12155 +6760
+ Partials 2821 2553 -268 |
1035543 to
844355f
Compare
|
@larsoner @rob-luke I'm seeing a Travis failure here for nirx / @agramfort @dengemann since Travis fail is unrelated, this should be ready for review. |
|
Yep that's due to a bad test that I added. I thought this might happen and listed the issue here... I will remove this test in another PR. |
This test was intermittently failing see mne-tools#7180 The test was assuming that random noise would be correlated less than 0.5, but sometimes by chance this happens.
|
This will fix one of the three failures in |
|
@larsoner The tutorial build issues are fixed. The Azure failures for full-pip are all about |
|
I'll get this in to hopefully get back to green, thanks @drammock |
…ne-tools#7319) * Remove scalp coupling index test that intermittently failed This test was intermittently failing see mne-tools#7180 The test was assuming that random noise would be correlated less than 0.5, but sometimes by chance this happens. * FIX: seed Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* rename file for explicit sorting * WIP tutorial overhaul [ci skip] * another example [ci skip] * update tutorial in line with PR 7206 [ci skip] * add flashy final example * add seaborn to circleci * add seaborn to intersphinx mapping * add headings; fix dataframe glimpses; remove cruft; change thumbnail * fix one more dataframe output; smooth wording in a few places * fix other tutorials using to_data_frame * restore print statement
…ne-tools#7319) * Remove scalp coupling index test that intermittently failed This test was intermittently failing see mne-tools#7180 The test was assuming that random noise would be correlated less than 0.5, but sometimes by chance this happens. * FIX: seed Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* rename file for explicit sorting * WIP tutorial overhaul [ci skip] * another example [ci skip] * update tutorial in line with PR 7206 [ci skip] * add flashy final example * add seaborn to circleci * add seaborn to intersphinx mapping * add headings; fix dataframe glimpses; remove cruft; change thumbnail * fix one more dataframe output; smooth wording in a few places * fix other tutorials using to_data_frame * restore print statement
WIP;requires #7206