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/training/data-weighting/test_word_weighting_sqlite.sh
parentf9c210b163d470d191e7383962488c81230a8818 (diff)
Rename diff-floats.py
Diffstat (limited to 'tests/training/data-weighting/test_word_weighting_sqlite.sh')
-rw-r--r--tests/training/data-weighting/test_word_weighting_sqlite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/data-weighting/test_word_weighting_sqlite.sh b/tests/training/data-weighting/test_word_weighting_sqlite.sh
index 33c276e..d95e7b3 100644
--- a/tests/training/data-weighting/test_word_weighting_sqlite.sh
+++ b/tests/training/data-weighting/test_word_weighting_sqlite.sh
@@ -20,7 +20,7 @@ test -e sqlite_word/corpus.sqlite3
test -e sqlite_word.log
cat sqlite_word.log | $MRT_TOOLS/extract-costs.sh > sqlite_word.out
-$MRT_TOOLS/diff-floats.py sqlite_word.out sqlite_word.expected -p 0.1 > sqlite_word.diff
+$MRT_TOOLS/diff-nums.py sqlite_word.out sqlite_word.expected -p 0.1 > sqlite_word.diff
# Exit with success code
exit 0