Skip to content

Commit

Permalink
flake8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tluebeck committed Apr 4, 2024
1 parent ed98642 commit b06700c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions demo.py

This file was deleted.

4 changes: 2 additions & 2 deletions tests/test_dsp_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_error_raises():

@pytest.mark.parametrize('reference_method', ['energy', 'power', 'rms'])
@pytest.mark.parametrize('input_signal', [pf.TimeData([1, 1, 1],
[0, 1, 2],
[0, 1, 2],
is_complex=True),
pf.Signal([1, 0, 1],
sampling_rate=48000,
Expand All @@ -174,4 +174,4 @@ def test_invalid_modes_complex(reference_method, input_signal):
"""
with raises(ValueError, match=(f'{reference_method} is not implemented '
'for complex time signals.')):
pf.dsp.normalize(input_signal, reference_method=reference_method)
pf.dsp.normalize(input_signal, reference_method=reference_method)

0 comments on commit b06700c

Please sign in to comment.