From 48690e6339030246ba2cb0f684aba7146262ac87 Mon Sep 17 00:00:00 2001 From: Madeleine Masser-Frye <51804758+mmasserfrye@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:23:04 +0000 Subject: [PATCH] edited indentation --- synthDC/extractSummary.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/synthDC/extractSummary.py b/synthDC/extractSummary.py index 93363a069..8079dea49 100755 --- a/synthDC/extractSummary.py +++ b/synthDC/extractSummary.py @@ -174,9 +174,9 @@ def plotConfigs(tech, special=''): freq = techdict[tech].targfreq for oneSynth in allSynths: if (tech == oneSynth.tech) & (freq == oneSynth.freq) & (oneSynth.special == special): - delays += [oneSynth.delay] - areas += [oneSynth.area] - labels += [oneSynth.width + oneSynth.config] + delays += [oneSynth.delay] + areas += [oneSynth.area] + labels += [oneSynth.width + oneSynth.config] fig, (ax) = plt.subplots(1, 1)