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
path: root/tests
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-12 16:56:09 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-12 16:56:09 +0300
commit93bf962d6368d7090d3fb1961149f066aa11cf17 (patch)
treee6c2cc32edb37a3526ccb9dbdcff2c01433954ea /tests
parent2a0103eeaff7524ff7c062729a08c7a05740f134 (diff)
Increase diff tolerance
Diffstat (limited to 'tests')
-rw-r--r--tests/training/weights/test_maxi_batches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/weights/test_maxi_batches.sh b/tests/training/weights/test_maxi_batches.sh
index 148ff15..ec5c1b0 100644
--- a/tests/training/weights/test_maxi_batches.sh
+++ b/tests/training/weights/test_maxi_batches.sh
@@ -17,7 +17,7 @@ test -e maxibatch/model.npz
test -e maxibatch.log
$MRT_TOOLS/extract-costs.sh < maxibatch.log > maxibatch.out
-$MRT_TOOLS/diff-floats.py maxibatch.out maxibatch.expected -p 0.2 > maxibatch.diff
+$MRT_TOOLS/diff-floats.py maxibatch.out maxibatch.expected -p 0.3 > maxibatch.diff
# Exit with success code
exit 0