From 3a7d95b3bc27ea07a57f21f26db4e136f5244284 Mon Sep 17 00:00:00 2001 From: "trevor.cohn" Date: Tue, 13 Jul 2010 18:22:59 +0000 Subject: Cleaning up the PC model. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@236 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/pipeline/evaluation-pipeline.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gi/pipeline') 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`; -- cgit v1.2.3