From b25e995c8067f45c24a470ee3cc24bea0784d7a8 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Fri, 18 Sep 2020 23:12:54 -0500 Subject: [PATCH] Adding debug lines to cell tooltip for debugging purposes, --- java/edu/cmu/cs/hcii/cogtool/ResultDisplayPolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {