Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-12 20:11:00 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-12 20:11:00 +0300
commit374a7001cc73cff37fdfec6b59203b0fc1ee175d (patch)
tree86d071972668ed91ea1b1c7733b11d30ade0844a /tests/training/basics/test_translation_script.sh
parentcf2d46ea1ff3481c7a5007a88eda9576719b8c70 (diff)
Use -o options
Diffstat (limited to 'tests/training/basics/test_translation_script.sh')
-rw-r--r--tests/training/basics/test_translation_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/basics/test_translation_script.sh b/tests/training/basics/test_translation_script.sh
index 0fa915c..83b102c 100644
--- a/tests/training/basics/test_translation_script.sh
+++ b/tests/training/basics/test_translation_script.sh
@@ -28,7 +28,7 @@ test -e trans.log
grep -q "/tmp/marian.*" trans_script.temp
$MRT_TOOLS/strip-timestamps.sh < trans.log | grep -v "Total translation time" | head -n 4 > trans.out
-$MRT_TOOLS/diff-nums.py trans.out trans.expected -p 0.2 > trans.diff
+$MRT_TOOLS/diff-nums.py trans.out trans.expected -p 0.2 -o trans.diff
# Exit with success code
exit 0