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>2019-01-07 15:16:39 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-01-07 15:16:39 +0300
commit61976bae13ae081bc4c38928037fca04de206949 (patch)
tree00c58c7c075b692b52690165394931367ab8437f
parentce2a735dc83d664f782ab130fe7f02c1a3ba53be (diff)
Update XML tests
-rw-r--r--tests/decoder/xml/test_compare_xml_input_with_no_tags.sh2
-rw-r--r--tests/decoder/xml/test_xml_input_nbest_mini_batch_1.sh (renamed from tests/decoder/xml/test_xml_input_nbest.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/decoder/xml/test_compare_xml_input_with_no_tags.sh b/tests/decoder/xml/test_compare_xml_input_with_no_tags.sh
index 7412093..5194fad 100644
--- a/tests/decoder/xml/test_compare_xml_input_with_no_tags.sh
+++ b/tests/decoder/xml/test_compare_xml_input_with_no_tags.sh
@@ -9,7 +9,7 @@
set -e
# Remove old artifacts
-rm -f nbest.{out,diff}
+rm -f notags*.{out,diff}
# Run marian decoder
$MRT_MARIAN/marian-decoder -c $MRT_MODELS/wmt16_systems/marian.en-de.yml --mini-batch 10 -b 4 -n --n-best --xml-input < notags.in > notags.xml.out
diff --git a/tests/decoder/xml/test_xml_input_nbest.sh b/tests/decoder/xml/test_xml_input_nbest_mini_batch_1.sh
index 30eec68..30eec68 100644
--- a/tests/decoder/xml/test_xml_input_nbest.sh
+++ b/tests/decoder/xml/test_xml_input_nbest_mini_batch_1.sh