Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 29, 2023
1 parent eb8165c commit 7499e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcp_d/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def test_pnc_cifti(data_dir, output_dir, working_dir):

motion_file = os.path.join(
dataset_dir,
"sub-1648798153/ses-PNC1/func",
"sub-1648798153_ses-PNC1_task-rest_desc-confounds_timeseries.tsv",
"sub-1648798153/ses-PNC1/func/"
"sub-1648798153_ses-PNC1_task-rest_acq-singleband_desc-confounds_timeseries.tsv",
)
motion_df = pd.read_table(motion_file)
motion_df.loc[-5:, "trans_x"] = 100
Expand Down

0 comments on commit 7499e53

Please sign in to comment.