Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ addReviewers: true
addAssignees: author
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- mackenziesnyder
- ataha24
- Dhananjhay
# A number of reviewers added to the pull request
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-dryrun-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "AUTOAFIDS_CACHE_DIR=`pwd`/test_data/autoafids_cache_dir" >> $GITHUB_ENV
- name: Test T1w modality
run: |
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 -np
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 -np
- name: Test T2w modality
run: |
./autoafids/run.py test_data/bids_T2w test_out participant --modality T2w -np -c1
Expand All @@ -58,10 +58,10 @@ jobs:
./autoafids/run.py test_data/bids_ct test_out participant --modality ct -np -c1
- name: Test stereotaxy feature with T1w modality
run: |
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 --stereotaxy STN -np
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 --stereotaxy STN -np
- name: Test stereotaxy feature with T2w modality
run: |
./autoafids/run.py test_data/bids_T2w test_out participant --stereotaxy STN --modality T2w -np -c1
- name: Test fidqc feature
run: |-
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 001 --fidqc -np
./autoafids/run.py test_data/bids_T1w test_out participant --participant-label 002 --fidqc -np
Empty file.
Empty file.
Empty file.
Loading