Line break

This commit is contained in:
Anne de Jong 2018-12-28 13:48:42 +01:00 committed by J.A. de Jong - ASCEE
parent 133b04976e
commit 8a14901f16

View File

@ -91,12 +91,15 @@ class FilterBankDesigner:
for x in self.xs: for x in self.xs:
if self.nominal_txt(x) == nom_txt: if self.nominal_txt(x) == nom_txt:
return x return x
raise ValueError(f'Could not find an x-value corresponding to {nom_txt}.') raise ValueError(
f'Could not find an x-value corresponding to {nom_txt}.')
class OctaveBankDesigner(FilterBankDesigner): class OctaveBankDesigner(FilterBankDesigner):
""" """
Octave band filter designer Octave band filter designer
""" """
def __init__(self): def __init__(self):
pass pass