Skip to content

Commit

Permalink
Reproduce the error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 31, 2024
1 parent 9275de8 commit e5bed21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xcp_d/tests/test_utils_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ def test_collect_mesh_data(datasets, tmp_path_factory):
"sub-1648798153_ses-PNC1_hemi-L_space-fsLR_den-32k_white.surf.gii",
"sub-1648798153_ses-PNC1_hemi-R_space-fsLR_den-32k_pial.surf.gii",
"sub-1648798153_ses-PNC1_hemi-R_space-fsLR_den-32k_white.surf.gii",
"sub-1648798153_ses-PNC1_hemi-L_pial.surf.gii",
"sub-1648798153_ses-PNC1_hemi-L_white.surf.gii",
"sub-1648798153_ses-PNC1_hemi-R_pial.surf.gii",
"sub-1648798153_ses-PNC1_hemi-R_white.surf.gii",
]
for f in files:
(std_mesh_dir / "sub-1648798153/ses-PNC1/anat").joinpath(f).touch()
Expand Down

0 comments on commit e5bed21

Please sign in to comment.