Skip to content

Commit ff3fd1f

Browse files
committed
Update.
1 parent d6f95a3 commit ff3fd1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/fmripost_aroma/data/tests/config.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ version = "20.0.1"
1010

1111
[execution]
1212
aggr_ses_reports = false
13-
bids_dir = "/home/runner/fmripost_aroma/fmripost_aroma/tests/data"
13+
bids_dir = "/home/runner/fmripost_aroma/src/fmripost_aroma/tests/data"
1414
bids_description_hash = "5d42e27751bbc884eca87cb4e62b9a0cca0cd86f8e578747fe89b77e6c5b21e5"
1515
boilerplate_only = false
1616
fs_license_file = "/opt/freesurfer/license.txt"
1717
fs_subjects_dir = "/opt/freesurfer/subjects"
18-
log_dir = "/home/runner/fmripost_aroma/fmripost_aroma/tests/data"
18+
log_dir = "/home/runner/fmripost_aroma/src/fmripost_aroma/tests/data"
1919
log_level = 40
2020
low_mem = false
2121
md_only_boilerplate = false
2222
notrack = true
23-
output_dir = "/home/runner/fmripost_aroma/fmripost_aroma/tests/out"
23+
output_dir = "/home/runner/fmripost_aroma/src/fmripost_aroma/tests/out"
2424
output_spaces = "MNI152NLin2009cAsym:res-2 MNI152NLin2009cAsym:res-native fsaverage:den-10k fsaverage:den-30k"
2525
reports_only = false
2626
run_uuid = "20200306-105302_d365772b-fd60-4741-a722-372c2f558b50"
2727
participant_label = [ "01",]
2828
templateflow_home = "~/.cache/templateflow"
29-
work_dir = "/home/runner/fmripost_aroma/fmripost_aroma/tests/work"
29+
work_dir = "/home/runner/fmripost_aroma/src/fmripost_aroma/tests/work"
3030
write_graph = false
3131

3232
[workflow]

src/fmripost_aroma/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def pytest_addoption(parser):
1111
parser.addoption(
1212
'--data_dir',
1313
action='store',
14-
default='/home/runner/fmripost_aroma/fmripost_aroma/tests/data',
14+
default='/home/runner/fmripost_aroma/src/fmripost_aroma/tests/data',
1515
)
1616
parser.addoption(
1717
'--output_dir',

0 commit comments

Comments
 (0)