Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed Jan 10, 2025
1 parent 40426a6 commit d86156b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mokka/channels/torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,8 @@ def __init__(self, impulse_response):
"""
Initialize :py:class:`FixedChannelSP`.
:param impulse_response: 1xN vector of complex time-domain samples of the impulse response
:param impulse_response: 1xN vector of complex time-domain samples of
the impulse response
"""
super(FixedChannelSP, self).__init__()
self.impulse_response = torch.as_tensor(impulse_response)
Expand Down

0 comments on commit d86156b

Please sign in to comment.