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-09 18:21:09 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-09 18:21:09 +0300
commitca1fef7880581b7a3e6fb768a44cb7dcc653d108 (patch)
tree6d7efc6189fb007707873fe82439db7c81bb29f0 /tests
parent8102ce448c813499a75e6211b3e117540a201245 (diff)
Add setup.sh to tests/training/weights
Diffstat (limited to 'tests')
-rw-r--r--tests/training/weights/setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/training/weights/setup.sh b/tests/training/weights/setup.sh
new file mode 100644
index 0000000..8b8cd07
--- /dev/null
+++ b/tests/training/weights/setup.sh
@@ -0,0 +1,2 @@
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.en || exit 1
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.de || exit 1