From f282e933226e32de912cdc8af193d17505f15bdf Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 5 Jan 2021 20:34:46 +0100 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py index 2c05455..e67966a 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py @@ -34,6 +34,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'SYNTHETICnew', 'False'), ('ShortestPath', 'Synthie', 'False'), ('StructuralSP', 'Synthie', 'True'), + ('StructuralSP', 'Synthie', 'False'), }) OUT_MEM_LIST = set({('StructuralSP', 'PROTEINS', 'True'),