Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard authored Dec 13, 2024
1 parent b93dd5c commit 08e263b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,7 @@ def test_source_broadband_noise_two_parameters_get_output_as_nparray():
assert len(output_nparray) / 44100.0 == pytest.approx(3.0)


def test_source_broadband_noise_two_parameters_get_output_as_nparray_unprocessed(
,
):
def test_source_broadband_noise_two_parameters_get_output_as_nparray_unprocessed():
"""Test SourceBroadbandNoiseTwoParameters get_output_as_nparray method's exception."""
source_bbn_two_parameters_obj = SourceBroadbandNoiseTwoParameters()
with pytest.warns(
Expand Down

0 comments on commit 08e263b

Please sign in to comment.