From 08ce3795bf3122d0f081d902a03ed9f14447a814 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 13 Apr 2022 16:07:38 -0500 Subject: [PATCH] Remove glob and spec_sig to pass flake8 --- scripts/validate_systs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/validate_systs.py b/scripts/validate_systs.py index 2857301..0120dd1 100644 --- a/scripts/validate_systs.py +++ b/scripts/validate_systs.py @@ -22,7 +22,6 @@ """ import json -import glob import numpy as np import matplotlib.pyplot as plt import scipy.interpolate @@ -223,7 +222,6 @@ def outlier_plot(signal_template, v_max, x_var, y_var, x_label, y_label): } # Make the mapping of json channel names to analysis region names - spec_sig = patchset.patches[0].patch spec_bkg = json.load(open("bkgonly.json")) channel_names = {}