Files
openfold/scripts/run_unit_tests.sh
2021-12-17 18:00:06 -05:00

7 lines
149 B
Bash
Executable File

#!/bin/bash
CUDA_VISIBLE_DEVICES="0"
python3 -m unittest "$@" || \
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."