From 49c2a43a32eea8f0917075494777025f139ce705 Mon Sep 17 00:00:00 2001 From: Clea Aumont Date: Tue, 3 Oct 2023 13:54:42 -0400 Subject: [PATCH] hardcoding project names to test performance on stage --- utils/data_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/data_utils.py b/utils/data_utils.py index a75650d..90276d6 100644 --- a/utils/data_utils.py +++ b/utils/data_utils.py @@ -149,6 +149,7 @@ def get_data_project_names(): Get available project names from the main Tiled container, filtered by types that can be processed (Container and ArrayClient) """ + return ["clay_testZMQ", "check_handedness", "seg-clay_testZMQ"] project_names = [ project for project in list(data)