Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Sep 13, 2024
1 parent 5b571c2 commit 8a63c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions algos/ads_3/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ source activate ads_v3
pip install -e .

py.test --cov AxonDeepSeg/ --cov-report term-missing > ../output/log3.txt

echo $PATH
5 changes: 4 additions & 1 deletion algos/ads_5/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ git checkout ac/nnunet_migration
./install_ads -y

## activate

source /home/jovyan/.bashrc
ads_activate


source ads_conda/bin/activate ads_conda/envs/venv_ads/

py.test --cov AxonDeepSeg/ --cov-report term-missing > ../output/log3.txt

0 comments on commit 8a63c8a

Please sign in to comment.