Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 25, 2024
1 parent be5faec commit 7bf6e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions algos/ads_2/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ git checkout b31988d532e25dbe125549946e6766ef569f7950
conda create -n ads_v2 python=3.6
conda activate ads_v2

sudo apt-get update
sudo apt-get install build-essential libatlas-base-dev gfortran

pip install -e . --ignore-installed certifi

py.test --cov AxonDeepSeg/ --cov-report term-missing

0 comments on commit 7bf6e55

Please sign in to comment.