diff --git a/java/edu/cmu/cs/hcii/cogtool/ResultDisplayPolicy.java b/java/edu/cmu/cs/hcii/cogtool/ResultDisplayPolicy.java index bcd72a3..a644860 100644 --- a/java/edu/cmu/cs/hcii/cogtool/ResultDisplayPolicy.java +++ b/java/edu/cmu/cs/hcii/cogtool/ResultDisplayPolicy.java @@ -259,7 +259,7 @@ else if (demo.isObsolete()) { if (resultState == APredictionResult.COMPUTE_FAILED) { // Has a result for this algo, but it failed - return "COMPUTE FAILED" /* "##" */ + demoState; + return "COMPUTE FAILED" + "\n" + demoState + "\n" + r.getErrorLines(); } if (resultState == APredictionResult.COMPUTATION_IN_PROGRESS) {