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:
Diffstat (limited to 'tests/scorer/nbest/test_score_nbest_list.sh')
-rw-r--r--tests/scorer/nbest/test_score_nbest_list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scorer/nbest/test_score_nbest_list.sh b/tests/scorer/nbest/test_score_nbest_list.sh
index 7d6fa64..4cf3cb3 100644
--- a/tests/scorer/nbest/test_score_nbest_list.sh
+++ b/tests/scorer/nbest/test_score_nbest_list.sh
@@ -8,7 +8,7 @@ $MRT_MARIAN/build/marian-scorer -c $MRT_MODELS/wmt16_systems/marian.en-de.scorer
--n-best -t text.src.in text.nbest.in \
> nbest.out
-$MRT_TOOLS/diff-nums.py nbest.out nbest.expected -p 0.0003 > nbest.diff
+$MRT_TOOLS/diff-nums.py nbest.out nbest.expected -p 0.0003 -o nbest.diff
# Exit with success code
exit 0