-
Notifications
You must be signed in to change notification settings - Fork 0
new EpochsTFR class + make _compute_tfr private #8
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
base: refactor_tfr
Are you sure you want to change the base?
Conversation
@agramfort you're doing this on my branch? shall I be doing something? |
@kingjr it's a PR but it's rebased on master. At least you see the diff. there is a bug so far with multitaper "I think" avg_power != power / nave if you have time to look. bed time here |
if you want you can fetch my branch and force push my branch to your PR so it's up to date and we'll have travis. that would be cool |
a snippet to replicate the mtm power error? |
See failing test on my branch On Sun, Jul 31, 2016 at 12:28 AM +0200, "Jean-Rémi KING" [email protected] wrote: a snippet to replicate the mtm power error? — |
mne/time_frequency/tests/test_tfr.py
Outdated
power = power.average() | ||
power2, itc = tfr_multitaper(epochs, freqs=freqs, n_cycles=freqs / 2., | ||
time_bandwidth=4.0, average=True) | ||
# --- end debug test |
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.
@kingjr here is the broken test
… mtm to multitaper
No description provided.