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/training/basics/test_gzipped_train_sets.sh')
-rw-r--r--tests/training/basics/test_gzipped_train_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/basics/test_gzipped_train_sets.sh b/tests/training/basics/test_gzipped_train_sets.sh
index 87ae5ef..85e4ddd 100644
--- a/tests/training/basics/test_gzipped_train_sets.sh
+++ b/tests/training/basics/test_gzipped_train_sets.sh
@@ -22,7 +22,7 @@ test -e gzip/model.npz
test -e gzip.log
cat gzip.log | $MRT_TOOLS/extract-costs.sh > gzip.out
-$MRT_TOOLS/diff-nums.py gzip.out gzip.expected -p 0.1 -o gzip.diff
+$MRT_TOOLS/diff-nums.py gzip.out gzip.expected -p 0.05 -o gzip.diff
# Exit with success code
exit 0