Skip to content

Commit

Permalink
Remove glob and spec_sig to pass flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 3, 2023
1 parent e8f6e58 commit 25aff4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/validate_systs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""

import json
import glob
import numpy as np
import matplotlib.pyplot as plt
import scipy.interpolate
Expand Down Expand Up @@ -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 = {}
Expand Down

0 comments on commit 25aff4a

Please sign in to comment.