We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c28d8e commit 62950a9Copy full SHA for 62950a9
scripts/test.sh
@@ -7,4 +7,4 @@ if [[ "$RUN_PYLINT" == "true" ]]; then
7
fi
8
9
_FLOATX=${FLOATX:=float64}
10
-THEANO_FLAGS="floatX=${_FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 --cov-report=xml "$@"
+THEANO_FLAGS="floatX=${_FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 --cov-report=xml "$@" --cov-report term
0 commit comments