From 27de2454a932792dddd17b40b6b3ef0ccce0fbbe Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 9 Feb 2021 10:09:30 +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 ba74045..187f5b4 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 @@ -28,6 +28,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('ShortestPath', 'DHFR', 'False'), ('StructuralSP', 'DHFR', 'False'), ('ShortestPath', 'MCF-7', 'True'), + ('ShortestPath', 'MCF-7H', 'True'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), ('StructuralSP', 'Steroid', 'False'),