Skip to content

Commit

Permalink
Removing line.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam2392 committed Feb 28, 2021
1 parent c61504c commit 3635a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne_bids/tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,6 @@ def test_event_storage():
@pytest.mark.parametrize(
'dir_name, fname, reader, datatype, coord_frame', [
('EDF', 'test_reduced.edf', _read_raw_edf, 'ieeg', 'mni_tal'),
# ('EDF', 'test_reduced.edf', _read_raw_edf, 'ieeg', 'fs_tal'), # XXX: shouldn't be used # noqa
('EDF', 'test_reduced.edf', _read_raw_edf, 'ieeg', 'mri'),
('EDF', 'test_reduced.edf', _read_raw_edf, 'eeg', 'head'),
('EDF', 'test_reduced.edf', _read_raw_edf, 'eeg', 'mri'),
Expand Down

0 comments on commit 3635a0f

Please sign in to comment.