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:
authorPedro Coelho <pedrodiascoelho97@gmail.com>2021-02-18 18:35:19 +0300
committerPedro Coelho <pedrodiascoelho97@gmail.com>2021-02-18 18:35:19 +0300
commit4b11c2e2c9fb03acdefd3dbd1f81b66c34f02d09 (patch)
tree55b9d00ab9a0f50d9e64df5e4bf474ba0d80348e /tests
parent797774941c9f8af69d03c3347811076417ca79c1 (diff)
remove debugging line
Diffstat (limited to 'tests')
-rw-r--r--tests/decoder/factors/setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/decoder/factors/setup.sh b/tests/decoder/factors/setup.sh
index ea966e9..fbbfad6 100644
--- a/tests/decoder/factors/setup.sh
+++ b/tests/decoder/factors/setup.sh
@@ -7,8 +7,6 @@
# Exit on error
set -e
-MRT_MODELS=~/marian-dev/regression-tests/models
-
# Test code goes here
test -f $MRT_MODELS/factors/model.npz || exit 1
test -f $MRT_MODELS/factors/model.npz.decoder.yml || exit 1