Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 29, 2024
1 parent 8b725bc commit 46d9739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transform_pink_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_pink_noise(duration, sampling_rate, gain_db, snr_db):
# Failing signal size,
# https://github.com/audeering/auglib/issues/23
np.ones((1, 30045)),
]
],
)
def test_pink_noise_issue23(signal):
transform = auglib.transform.PinkNoise()
Expand Down

0 comments on commit 46d9739

Please sign in to comment.