Skip to content

Commit 8376d3e

Browse files
author
Dilawar Singh
committed
Print the current executing experiment [skip ci].
1 parent ca66b99 commit 8376d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ find . -type f -name "*.py" | xargs -I file $PYTHON -m pylint \
2323

2424
# Run it in ./TestTSV directory.
2525
for _tsv in $(find ./TestTSV -name *.tsv -type f); do
26+
echo "[INFO] Running experiment ${_tsv}"
2627
$PYTHON findSim.py ${_tsv} --model models/synSynth7.g
2728
done
2829

0 commit comments

Comments
 (0)