Make dry run tests more extensive#46
Conversation
|
The dry run tests in the CI pipeline have been expanded. Previously, we only ran a basic version of the pipeline using a dummy T1w BIDS dataset. Now, I have added the following tests: While setting up these tests, I also discovered a minor bug in the execution of the autoafids pipeline for the CT modality. In Additionally, if we decide to use Conda, the tests will be expanded to include Python versions 3.11 and 3.12. |
Awesome looks good! I will test it out! |
|
|
||
| - name: Setup env for autoafids | ||
| run: | | ||
| echo "AUTOAFIDS_CACHE_DIR=`pwd`/test_data/autoafids_cache_dir" >> $GITHUB_ENV |
There was a problem hiding this comment.
for the AUTOAFIDS_CACHE_DIR, I think if we combine the dry and wet runs it will be overwritten for the model cache dir in the wet run. Will this be alright or was this section added to cache the setup environment
(dependencies etc.)?
There was a problem hiding this comment.
I removed this from my code - not longer a conflict!
This PR addresses issue #42.