Revision f39f6337bc0c4b970008fac2af6ee99fa68e3f3b authored by Niru Maheswaranathan on 11 May 2019, 07:33:26 UTC, committed by GitHub on 11 May 2019, 07:33:26 UTC
Pass kwargs to external proximal operator functions
2 parent s 3d3e74d + daa0c83
Raw File
runtests.sh
echo "Testing on python 2.7"
nosetests-2.7 -v --with-coverage --cover-package=proxalgs --cover-html

echo "Testing on python 3.4"
nosetests-3.4 -v --with-coverage --cover-package=proxalgs --cover-html

echo "Opening coverage results"
open cover/index.html
back to top