Skip to content

Commit

Permalink
fix call to run_confidence_report.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
benhachey committed Sep 18, 2014
1 parent 0dd24bc commit 2618f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_tac13_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ done


# PREPARE SUMMARY CONFIDENCE INTERVAL REPORTS
$SCR/run_report_confidence $outdir ${CONFIDENCE_MEASURES[@]}
$SCR/run_report_confidence.sh $outdir ${CONFIDENCE_MEASURES[@]}


## CALCULATE ALL PAIRWISE SIGNIFICANCE TESTS (NOTE: THIS TAKES A LITTLE WHILE)
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_tac14_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ done


# PREPARE SUMMARY CONFIDENCE INTERVAL REPORTS
$SCR/run_report_confidence $outdir ${CONFIDENCE_MEASURES[@]}
$SCR/run_report_confidence.sh $outdir ${CONFIDENCE_MEASURES[@]}


# CALCULATE ALL PAIRWISE SIGNIFICANCE TESTS (NOTE: THIS TAKES A LITTLE WHILE)
Expand Down

0 comments on commit 2618f22

Please sign in to comment.