Line break
This commit is contained in:
parent
133b04976e
commit
8a14901f16
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user