-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix : simulate evoked with different sensor types + take into account… #5940
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 #5940 +/- ##
==========================================
- Coverage 88.77% 86.94% -1.83%
==========================================
Files 401 401
Lines 72440 72464 +24
Branches 12124 12125 +1
==========================================
- Hits 64305 63002 -1303
- Misses 5210 6584 +1374
+ Partials 2925 2878 -47 |
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, I guess that the math checks out (thx @QB3)
ajajajaja, but travis disagree
|
@QB3 this guy is faling
run: pytest mne/beamformer/tests/test_rap_music.py -k test_rap_music_simulatedand if you run this before it will stop where ever it had an error: export PYTEST_ADDOPTS='--pdb --pdbcls=IPython.terminal.debugger:TerminalPdb --capture no'then if you whant to stop being blocked by the debugger you can always unset the varaible like this: unset PYTEST_ADDOPTS(happy debugging) |
|
I will check this this evening |
|
Pushed the fix suggested earlier |
6904c9f to
8d062b7
Compare
|
@agramfort suggested fix pushed, see simpler more unified code + new test that would have failed with the not-positive-semidef error |
|
... and reverted a now-unnecessary residual tolerance change in |
0075851 to
f0a8e8b
Compare
this fixes 2 problems:
thanks @QB3 for the bug report.