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 18:52:46 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-12 18:52:46 +0300
commitcf2d46ea1ff3481c7a5007a88eda9576719b8c70 (patch)
treeec7a8640bc613899c5b5ecdcbf4419128aa3f41e /tests/decoder/align/test_align.sh
parentf9c210b163d470d191e7383962488c81230a8818 (diff)
Rename diff-floats.py
Diffstat (limited to 'tests/decoder/align/test_align.sh')
-rw-r--r--tests/decoder/align/test_align.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/decoder/align/test_align.sh b/tests/decoder/align/test_align.sh
index df46e30..eea0a85 100644
--- a/tests/decoder/align/test_align.sh
+++ b/tests/decoder/align/test_align.sh
@@ -5,7 +5,7 @@ set -e
# Test code goes here
$MRT_MARIAN/build/marian-decoder -c $MRT_MODELS/wmt16_systems/marian.en-de.yml --mini-batch 16 -b 5 --alignment < text.in > align.out
-$MRT_TOOLS/diff-floats.py -p 0.0001 align.out align.expected > align.diff
+$MRT_TOOLS/diff-nums.py -p 0.0001 align.out align.expected > align.diff
# Exit with success code
exit 0