diff options
author | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 18:22:59 +0000 |
---|---|---|
committer | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 18:22:59 +0000 |
commit | e0265b2c2be3173341bdc2ffacdb6847b30890f5 (patch) | |
tree | f3fbb1d3ed534ca9cab8001f0c19527cd2dd861b /gi/pipeline/evaluation-pipeline.pl | |
parent | 2eeaa2eb91334bea11d70db1011f1a28ce3bb7d2 (diff) |
Cleaning up the PC model.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@236 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index cc3d6fd5..c0cd9a69 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -146,8 +146,8 @@ $drefs = mydircat($corpdir, $drefs); my $test = mydircat($corpdir, $tests{$lp}); my $teval = mydircat($corpdir, $testevals{$lp}); -die "Can't find test: $test\n" unless -f $test; -assert_exec($teval); +#die "Can't find test: $test\n" unless -f $test; +#assert_exec($teval); `mkdir -p $outdir`; |