From 477647a16a1fabc010931c64df711bff0fe1c79d Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 19 Nov 2018 13:37:32 +0000 Subject: Use append flag --- test-random.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-random.sh b/test-random.sh index 8ae4e27..b10c555 100755 --- a/test-random.sh +++ b/test-random.sh @@ -1,6 +1,6 @@ for i in $(seq 100 5 180);do for j in $(seq 20 5 100);do echo "Testing with M = $i + ${j}R" - python -W ignore train.py -i data.csv -ql -m $i -R $j -e 27 | tee test-random.txt + python -W ignore train.py -i data.csv -ql -m $i -R $j -e 27 | tee -a test-random.txt done done -- cgit v1.2.3-54-g00ecf