Skip to content
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

Switch to MNE-Python @verbose decorator #773

Open
adam2392 opened this issue Apr 13, 2021 · 1 comment
Open

Switch to MNE-Python @verbose decorator #773

adam2392 opened this issue Apr 13, 2021 · 1 comment

Comments

@adam2392
Copy link
Member

 raw = read_raw_bids(fpath, verbose=False)

Example output:

Extracting parameters from /home/adam2392/hdd3/sickkids/sub-E1/ses-extraoperative/ieeg/sub-E1_ses-extraoperative_task-interictalawake_acq-ecog_run-01_ieeg.vhdr...
Setting channel info structure...
Reading channel info from /home/adam2392/hdd3/sickkids/sub-E1/ses-extraoperative/ieeg/sub-E1_ses-extraoperative_task-interictalawake_acq-ecog_run-01_channels.tsv.

I'm guessing there are a few places that aren't getting passed the verbose parameter correctly.

@hoechenberger
Copy link
Member

We should consider using MNE's @verbose decorator so we can stop worrying about manually managing verbosity once and for all.

@sappelhoff sappelhoff added this to the 0.9 milestone Jul 15, 2021
@sappelhoff sappelhoff changed the title read_raw_bids over verbose, even when verbose=False Switch to MNE-Python @verbose decorator Jul 15, 2021
@hoechenberger hoechenberger modified the milestones: 0.9, 0.10 Nov 10, 2021
@hoechenberger hoechenberger modified the milestones: 0.10, 0.11 Mar 2, 2022
@hoechenberger hoechenberger modified the milestones: 0.11, 0.12 Oct 6, 2022
@sappelhoff sappelhoff modified the milestones: 0.12, 0.13 Dec 18, 2022
@sappelhoff sappelhoff modified the milestones: 0.13, 0.14 Jul 27, 2023
@sappelhoff sappelhoff modified the milestones: 0.14, 0.15 Dec 9, 2023
@sappelhoff sappelhoff modified the milestones: 0.15, 0.16 May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants