Skip to content

Commit

Permalink
CI: fix errors caused by changes in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 26, 2023
1 parent 63bc710 commit 18e781b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bids/layout/tests/test_layout_on_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
@pytest.mark.parametrize(
"dataset, nb_files",
[
("qmri_irt1", 16),
("qmri_irt1", 17),
("qmri_mese", 74),
("qmri_mp2rage", 15),
("qmri_mp2rage", 16),
("qmri_mp2rageme", 29),
("qmri_mtsat", 24),
("qmri_mtsat", 26),
("qmri_sa2rage", 10),
("qmri_vfa", 18),
("qmri_vfa", 19),
("qmri_mpm", 126),
("qmri_qsm", 9),
],
Expand All @@ -49,7 +49,7 @@ def test_layout_on_examples_with_derivatives(dataset, nb_files, bids_examples):
("pet003", 9),
("pet004", 10),
("pet005", 14),
("qmri_megre", 18),
("qmri_megre", 19),
("qmri_tb1tfl", 6),
],
)
Expand Down

0 comments on commit 18e781b

Please sign in to comment.