File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575[alice_files , bob_files ] = fetch_data (subjects = [ALICE , BOB ], recording = [1 ])
7676
7777raw_train = mne .io .read_raw_edf (
78- alice_files [0 ], stim_channel = "Event marker" , infer_types = True , preload = True
78+ alice_files [0 ],
79+ stim_channel = "Event marker" ,
80+ infer_types = True ,
81+ preload = True ,
82+ verbose = "error" , # ignore issues with stored filter settings
7983)
8084annot_train = mne .read_annotations (alice_files [1 ])
8185
172176# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173177
174178raw_test = mne .io .read_raw_edf (
175- bob_files [0 ], stim_channel = "Event marker" , infer_types = True , preload = True
179+ bob_files [0 ],
180+ stim_channel = "Event marker" ,
181+ infer_types = True ,
182+ preload = True ,
183+ verbose = "error" ,
176184)
177185annot_test = mne .read_annotations (bob_files [1 ])
178186annot_test .crop (annot_test [1 ]["onset" ] - 30 * 60 , annot_test [- 2 ]["onset" ] + 30 * 60 )
You can’t perform that action at this time.
0 commit comments