Skip to content

Commit

Permalink
removed some ch types from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Oct 22, 2024
1 parent bf122f8 commit c23f0bb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mne_bids/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,25 @@ def test_get_ch_type_mapping():
_get_ch_type_mapping(fro="bogus", to="mne")

# check that all mne types have a corresponding BIDS translation
# last update from mne 0.19.0. The following have been removed:
# dipole, fnirs, gof, we could add them to BIDS conversion though
# last update from mne 0.19.0.
mne_valid_types = [
"bio",
"chpi",
"dbs",
"dipole",
# "dipole", # currently not converted
"ecg",
"ecog",
"eeg",
"emg",
"eog",
"exci",
"eyetrack",
# "eyetrack", # currently not converted
# "fnirs", # currently not converted
# "gof", # currently not converted
"gsr",
"ias",
"misc",
"meg",
# "meg", # inferred in more detail
"resp",
"seeg",
"stim",
Expand Down

0 comments on commit c23f0bb

Please sign in to comment.