From 0e016ed291c539a3418a9caf73d7f5ed5097d735 Mon Sep 17 00:00:00 2001 From: Brent Yates Date: Tue, 10 Dec 2024 12:07:11 -0500 Subject: [PATCH] Remove outdated warning --- analysis/topeft_run2/run_analysis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis/topeft_run2/run_analysis.py b/analysis/topeft_run2/run_analysis.py index 99b6319da..719122089 100644 --- a/analysis/topeft_run2/run_analysis.py +++ b/analysis/topeft_run2/run_analysis.py @@ -223,7 +223,6 @@ def LoadJsonToSampleName(jsonFile, prefix): # Extract the list of all WCs, as long as we haven't already specified one. if len(wc_lst) == 0: - print("WARNING: specify an ordered list of wcs for scalings, otherwise the order would be arbitrary.") for k in samplesdict.keys(): for wc in samplesdict[k]['WCnames']: if wc not in wc_lst: