From c3b2a7467ed860d4ee63c11b6be8051e768db751 Mon Sep 17 00:00:00 2001 From: sharad1126 Date: Tue, 26 May 2020 11:49:47 +0200 Subject: [PATCH] run HIN relvals only at CERN --- Unified/batchor.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Unified/batchor.py b/Unified/batchor.py index d114a8a69..36a0994a4 100755 --- a/Unified/batchor.py +++ b/Unified/batchor.py @@ -92,8 +92,9 @@ def pick_one_site( p): if campaign in batches: continue ## get a bunch of information setup = copy.deepcopy( default_hi_setup ) - possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"]) - hi_site = random.choice(list(possible_sites)) + ##possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"]) + ##hi_site = random.choice(list(possible_sites)) + hi_site = "T2_CH_CERN" setup["parameters"]["SiteWhitelist"]=[ hi_site ] pick_one_site( setup )