Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-01-08 17:54:35 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-01-08 17:54:35 +0400
commit1b0f9f2e887feaeb856dbfe76f30ec9c201313b3 (patch)
treea4c708a95a4c27411b36fe0e7def33c2b8653fde /regression-testing
parent5fe686888f7aaf2ca303699786a058be384b9161 (diff)
re-enable some score regressions tests. Was failing due to rounding errors
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index 40b96dda0..78349ea2c 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -30,7 +30,7 @@ if $(with-regtest) {
actions reg_test_score {
$(TOP)/regression-testing/run-test-scorer.perl --scorer=$(>) --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) && touch $(<)
}
- reg_test score : [ glob $(test-dir)/score.* : $(test-dir)/score.phrase-based-with-alignment-inv $(test-dir)/score.phrase-based-inv $(test-dir)/score.phrase-based-with-alignment $(test-dir)/score.phrase-based ] : ../phrase-extract//score : @reg_test_score ;
+ reg_test score : [ glob $(test-dir)/score.* : ] : ../phrase-extract//score : @reg_test_score ;
actions reg_test_extract {
$(TOP)/regression-testing/run-test-extract.perl --extractor=$(>) --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) && touch $(<)