-
Notifications
You must be signed in to change notification settings - Fork 3
ENH: Setup a smoke test on CircleCI + minor improvements to CLI #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
| docker run -u $( id -u ) --rm -it -v /tmp/templateflow:/home/nirodents/.cache/templateflow \ | ||
| $PWD/nirodents/data:/data -v /tmp/workdir:/work -w /work nirodents:latest \ | ||
| artsBrainExtraction /data/15_1_T2_Quick_RAS.nii.gz --sloppy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this adds a smoke test on the example dataset.
0207f95 to
6dc1416
Compare
6dc1416 to
f4e1de8
Compare
| default=False, | ||
| help="Use low-quality tools for speed - TESTING ONLY", | ||
| ) | ||
| return parser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also have an argument for modality? T2w or mp2rage?

Merge #25 first.