From ac691eb3631622462be3cc3a3b8dd0eab5187054 Mon Sep 17 00:00:00 2001 From: Jason Sakellariou Date: Tue, 29 Sep 2020 16:38:44 +0300 Subject: [PATCH] 3C: fix output table --- Exareme-Docker/src/mip-algorithms/THREE_C/threec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exareme-Docker/src/mip-algorithms/THREE_C/threec.py b/Exareme-Docker/src/mip-algorithms/THREE_C/threec.py index f1018f2c5..ae04da9c1 100755 --- a/Exareme-Docker/src/mip-algorithms/THREE_C/threec.py +++ b/Exareme-Docker/src/mip-algorithms/THREE_C/threec.py @@ -97,7 +97,7 @@ def local_pure(self): table_out = TabularDataResource( fields=[str(i + 1) for i in range(len(res))], - data=[tuple(res)], + data=tuple(res), title="3C result", ) self.result = AlgorithmResult(