Skip to content

Conversation

@drammock
Copy link
Member

@drammock drammock commented Nov 30, 2022

closes #11343

there was already code in there to use the old default n_fft in hopes of avoiding this bug, but that code wasn't getting triggered in some cases because it looked for method=='welch' and was receiving method=='auto'. Now we convert "auto" to a proper method name right away.

@drammock drammock requested a review from cbrnr November 30, 2022 18:12
@larsoner
Copy link
Member

Minimal failure looks real

@larsoner larsoner added this to the 1.3 milestone Nov 30, 2022
@drammock
Copy link
Member Author

Minimal failure looks real

all better.

@hoechenberger hoechenberger merged commit f5d9a9e into mne-tools:main Dec 1, 2022
@hoechenberger
Copy link
Member

Thanks @drammock!

@cbrnr cbrnr added the backport-candidate on-merge: backport to maint/1.11 label Dec 1, 2022
@agramfort
Copy link
Member

I think this needs to be backported

@drammock @larsoner do you have time for this?

drammock added a commit that referenced this pull request Dec 1, 2022
@drammock drammock added backported and removed backport-candidate on-merge: backport to maint/1.11 labels Dec 1, 2022
@drammock drammock deleted the fix-nfft branch December 1, 2022 14:11
@drammock
Copy link
Member Author

drammock commented Dec 1, 2022

I think this needs to be backported

@drammock @larsoner do you have time for this?

backported

@larsoner
Copy link
Member

larsoner commented Dec 1, 2022

@drammock can you cut a minor release? Hopefully the last before 1.3, which we should push out in the next couple of weeks ideally

@drammock
Copy link
Member Author

drammock commented Dec 1, 2022 via email

drammock added a commit that referenced this pull request Dec 2, 2022
larsoner added a commit to larsoner/mne-python that referenced this pull request Dec 6, 2022
* upstream/main:
  Revert "[ENH] Add tutorial on time-frequency source estimation with STC viewer GUI" (mne-tools#11350)
  [ENH] Add tutorial on time-frequency source estimation with STC viewer GUI (mne-tools#10920)
  FIX: Fix example (mne-tools#11348)
  Add mastodon link (mne-tools#11347)
  fix default n_fft for spectrum plots (mne-tools#11345)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default arguments of raw.plot_psd() changed

5 participants