From fce35610c652eaed11f67569836522753b476792 Mon Sep 17 00:00:00 2001 From: enocera <emanueleroberto.nocera@unito.it> Date: Thu, 14 Jul 2022 18:08:35 +0100 Subject: [PATCH] Merged useless class --- validphys2/src/validphys/asy_exponents.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/validphys2/src/validphys/asy_exponents.py b/validphys2/src/validphys/asy_exponents.py index 12d20a3e7f..eb8a55bdec 100644 --- a/validphys2/src/validphys/asy_exponents.py +++ b/validphys2/src/validphys/asy_exponents.py @@ -123,8 +123,8 @@ def beta_asy(pdf, *, return betaGrid -class AsyExponentPlotter(PDFPlotter): - """ Class inherenting from BandPDFPlotter, changing title and ylabel to reflect the effective +class AsyExponentBandPlotter(BandPDFPlotter): + """ Class inheriting from BandPDFPlotter, changing title and ylabel to reflect the asymptotic exponent being plotted. """ @@ -141,10 +141,6 @@ class AsyExponentPlotter(PDFPlotter): else: return fr"$\{self.exponent}_a$ for ${parton_name}$" -class AsyExponentBandPlotter(BandPDFPlotter, AsyExponentPlotter): - def __init__(self, exponent, *args, **kwargs): - super().__init__(exponent, *args, **kwargs) - alpha_asy_pdfs = collect('alpha_asy', ('pdfs',)) @figuregen -- GitLab