Skip to content

Commit

Permalink
Merge pull request #1060 from Remi-Gau/test_dwi
Browse files Browse the repository at this point in the history
[MAINT] add tests to cover ieeg, eeg, dwi
  • Loading branch information
effigies authored May 8, 2024
2 parents 235cd25 + fb92349 commit 8b051bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bids/layout/tests/test_layout_on_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ def test_layout_on_examples_with_derivatives(dataset, nb_files, bids_examples):
("asl003", 10),
("asl004", 12),
("asl005", 10),
("ds001", 134), # with anat and func data
("eeg_cbm", 104),
("ds000246", 54), # with meg data
("genetics_ukbb", 96), # with dwi data
("ieeg_visual_multimodal", 148), # also with fmap data; ignore stimmuli folder
("pet001", 12),
("pet002", 20),
("pet003", 9),
Expand Down

0 comments on commit 8b051bc

Please sign in to comment.