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-02-09 19:42:16 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-09 19:42:16 +0300
commit10f2e66dfb162b09cea99b91ad982f6c93a781f8 (patch)
treeb3c883f7de01efcc0199fc52ecaf1373490b7fce
parent3ed1d9e57200937ee6f3dd07b18a4d0e9f94b1c1 (diff)
Increase allowed difference
-rw-r--r--tests/training/weights/test_sentence_weighting_sqlite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/weights/test_sentence_weighting_sqlite.sh b/tests/training/weights/test_sentence_weighting_sqlite.sh
index 39f9cf3..6c9852f 100644
--- a/tests/training/weights/test_sentence_weighting_sqlite.sh
+++ b/tests/training/weights/test_sentence_weighting_sqlite.sh
@@ -22,7 +22,7 @@ test -e sqlite.log
cat sqlite.log | $MRT_TOOLS/extract-costs.sh > sqlite.out
-$MRT_TOOLS/diff-floats.py sqlite.out sqlite.expected -p 0.1 > sqlite.diff
+$MRT_TOOLS/diff-floats.py sqlite.out sqlite.expected -p 0.3 > sqlite.diff
# Exit with success code
exit 0