Skip to content

Commit

Permalink
revert variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Sep 19, 2023
1 parent 150eefc commit a0a3e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-inference-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
./app/inference.py ${CI_TESTING_PATIENT_ID} t1.nii.gz flair.nii.gz ~/io cuda 1 1
env:
CI_TESTING_PATIENT_ID: "sub-00055"
CI_TESTING_GT: "./tests/segmentations/${CI_TESTING_PATIENT_ID}/${CI_TESTING_PATIENT_ID}_label_dilated_final.nii.gz"
CI_TESTING_GT: "./tests/segmentations/sub-00055/sub-00055_label_dilated_final.nii.gz"
CI_TESTING_PRED_DIR: "/home/ga/io"

- name: Run tests to compare outputs with previous validated runs
Expand Down

0 comments on commit a0a3e76

Please sign in to comment.