Skip to content

Commit

Permalink
dsegtissue in dryruns to current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Feb 10, 2025
1 parent 492817c commit 0cee11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
- name: Test manualseg bids, with path override
run: |
poetry run hippunfold test_data/bids_manualseg test_out participant -np --modality manualseg --path_manualseg test_data/bids_manualseg/sub-{subject}_hemi-{hemi}_dseg.nii.gz
poetry run hippunfold test_data/bids_manualseg test_out participant -np --modality dsegtissue --path_dsegtissue test_data/bids_manualseg/sub-{subject}_hemi-{hemi}_dseg.nii.gz
- name: Test manualseg bids, one hemisphere hemi
run: |
poetry run hippunfold test_data/bids_manualseg_1hemi test_out participant -np --modality manualseg --hemi L
poetry run hippunfold test_data/bids_manualseg_1hemi test_out participant -np --modality dsegtissue --hemi L
- name: Test T2w with T1w template registration
run: |
Expand Down

0 comments on commit 0cee11a

Please sign in to comment.