Skip to content

Commit

Permalink
update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 22, 2022
1 parent 747cb1b commit 12d50bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 127 deletions.
126 changes: 0 additions & 126 deletions tests/test_bids_query.m

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function test_bids_query_metadata_events()

BIDS = bids.layout(fullfile(pth_bids_example, 'ds001'));

meta = bids.query(BIDS, 'metadata', 'sub', '01', 'run', '01', 'type', 'events');
meta = bids.query(BIDS, 'metadata', 'sub', '01', 'run', '01', 'suffix', 'events');

assertEqual(fieldnames(meta), {'onset', ...
'duration', ...
Expand Down

0 comments on commit 12d50bf

Please sign in to comment.