From e991f59742cd93cb557ec2a26a4e187968b17d1b Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 26 Jan 2021 10:09:54 +0100 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- .../experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 4997c41..5568dd7 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 @@ -29,7 +29,8 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'DHFR', 'False'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), - ('StructuralSP', 'SYNTHETIC', 'False'), + ('StructuralSP', 'Steroid', 'False'), + ('ShortestPath', 'SYNTHETIC', 'False'), ('StructuralSP', 'SYNTHETIC', 'True'), ('StructuralSP', 'SYNTHETIC', 'False'), ('ShortestPath', 'SYNTHETICnew', 'False'), @@ -47,6 +48,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'Mutagenicity', 'False'), ('StructuralSP', 'REDDIT-BINARY', 'True'), ('StructuralSP', 'REDDIT-BINARY', 'False'), + ('StructuralSP', 'Vitamin_D', 'False'), }) OUT_MEM_LIST = set({('StructuralSP', 'DD', 'True'),