File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,24 +40,25 @@ def test_get_ch_type_mapping():
4040 _get_ch_type_mapping (fro = "bogus" , to = "mne" )
4141
4242 # check that all mne types have a corresponding BIDS translation
43- # last update from mne 0.19.0. The following have been removed:
44- # dipole, fnirs, gof, we could add them to BIDS conversion though
43+ # last update from mne 0.19.0.
4544 mne_valid_types = [
4645 "bio" ,
4746 "chpi" ,
4847 "dbs" ,
49- "dipole" ,
48+ # "dipole", # currently not converted
5049 "ecg" ,
5150 "ecog" ,
5251 "eeg" ,
5352 "emg" ,
5453 "eog" ,
5554 "exci" ,
56- "eyetrack" ,
55+ # "eyetrack", # currently not converted
56+ # "fnirs", # currently not converted
57+ # "gof", # currently not converted
5758 "gsr" ,
5859 "ias" ,
5960 "misc" ,
60- "meg" ,
61+ # "meg", # inferred in more detail
6162 "resp" ,
6263 "seeg" ,
6364 "stim" ,
You can’t perform that action at this time.
0 commit comments