From 679953200c8ad1559cc0fe9e245379b611df2a5e Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Mon, 10 May 2021 10:39:27 +0200 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- .../experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py index 9685d12..228b89b 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py @@ -65,6 +65,7 @@ OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'), ('ShortestPath', 'NCI-H23H', 'False'), ('StructuralSP', 'NCI-H23H', 'True'), ('StructuralSP', 'NCI-H23H', 'False'), + ('StructuralSP', 'OHSU', 'False'), ('ShortestPath', 'OVCAR-8', 'True'), ('ShortestPath', 'OVCAR-8', 'False'), ('StructuralSP', 'OVCAR-8', 'True'),