view python/run-tests.sh @ 961:ec1682ed999f

added computation of confusion matrix and improved default parameter for block normalization for SVM classification
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 05 Nov 2017 23:45:47 -0500
parents da665302c88d
children 933670761a57
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python $f
done
for f in ./tests/*.py
do
    python $f
done