run_unit_tests.sh 150 Bytes
Newer Older
1
2
#!/bin/bash

Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
3
4
#CUDA_VISIBLE_DEVICES="5"

5
python3 -m unittest "$@" || \
6
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."