Skip to content

Commit

Permalink
fixed lowered coverage due to lack of acquisition parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Sep 27, 2018
1 parent 4cd1c1a commit 788dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/tests/test_mne_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_kit():
# ensure the channels file has no STI 014 channel:
channels_tsv = make_bids_filename(
subject=subject_id, session=session_id, task=task, run=run,
suffix='channels.tsv',
suffix='channels.tsv', acquisition=acq,
prefix=op.join(output_path, 'sub-01/ses-01/meg'))
if op.exists(channels_tsv):
df = pd.read_csv(channels_tsv, sep='\t')
Expand Down

0 comments on commit 788dc51

Please sign in to comment.