Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Dec 9, 2022
1 parent c511deb commit 366729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,7 @@ def test_write_neuromag122(_bids_validate, tmp_path):
bids_root = tmp_path / 'bids'
raw_fname = data_path / 'MEG' / 'sample' / 'sample_audvis_trunc_raw.fif'
raw = mne.io.read_raw_fif(raw_fname, allow_maxshield=True)
raw.info["line_freq"] = 50 # specify power line frequency as required by BIDS
raw.info["line_freq"] = 50 # power line frequency as required by BIDS
raw.pick('mag')
for c in raw.info['chs']:
c['coil_type'] = FIFF.FIFFV_COIL_NM_122
Expand Down

0 comments on commit 366729c

Please sign in to comment.