Skip to content

Commit c23f0bb

Browse files
committed
removed some ch types from testing
1 parent bf122f8 commit c23f0bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mne_bids/tests/test_utils.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)