# HG changeset patch # User Chris Cannam # Date 1405962045 -3600 # Node ID 9c949102b7833af3d38d0fceb223035bcd12729c # Parent 5ec1da7ffd5832377ea35651781501989cedc3d9 Sort inputs, don't bother calculating generic-preset results (we've done that test) diff -r 5ec1da7ffd58 -r 9c949102b783 testdata/evaluation/run-piano.sh --- a/testdata/evaluation/run-piano.sh Fri Jul 18 11:43:41 2014 +0100 +++ b/testdata/evaluation/run-piano.sh Mon Jul 21 18:00:45 2014 +0100 @@ -44,7 +44,7 @@ trap 'rm -f "$outfile" "$tmpwav" "$instfile" "$transfile" "$outfile.lab"' 0 -infiles=$(find "$piano_path" -name \*.wav) +infiles=$(find "$piano_path" -name \*.wav | sort) echo echo "Input files are:" @@ -65,7 +65,7 @@ duration=30 - for instrument in $intended_instrument 0; do + for instrument in $intended_instrument ; do for norm in no yes; do