Skip to content
Snippets Groups Projects
Commit fce35610 authored by Emanuele Roberto Nocera's avatar Emanuele Roberto Nocera
Browse files

Merged useless class

parent 19c2ac50
No related branches found
No related tags found
1 merge request!1581Implemented function to compute asymptotic exponents
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment