Skip to content

Commit

Permalink
fixing type for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Dec 1, 2024
1 parent be9b516 commit fb8071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroomacoustics/acoustics.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def wavelet_analysis(self, x, band=None, oversampling=2):
)

def wavelet_synthesis(
self, signal: list[np.ndarray], parameters: AntoniOctaveFilterBankParameters
self, signal: List[np.ndarray], parameters: AntoniOctaveFilterBankParameters
) -> np.ndarray:
"""
Given the decomposition of the signal by Antoni 2008, compute
Expand Down

0 comments on commit fb8071c

Please sign in to comment.