Skip to content

Commit 49c1611

Browse files
committed
Apply isort and black reformatting
Signed-off-by: nasretdinovr <nasretdinovr@users.noreply.github.com>
1 parent a05829a commit 49c1611

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/collections/audio/test_audio_modules_transforms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,6 @@ def test_streaming_istft_matches_offline_rectangular_center_false(
401401

402402
# Compare offline vs streaming
403403
assert x_stream.shape == x_offline.shape
404-
assert torch.allclose(x_stream, x_offline, atol=1e-5), (
405-
f"Streaming iSTFT mismatch: max abs diff {torch.max(torch.abs(x_stream - x_offline))}"
406-
)
404+
assert torch.allclose(
405+
x_stream, x_offline, atol=1e-5
406+
), f"Streaming iSTFT mismatch: max abs diff {torch.max(torch.abs(x_stream - x_offline))}"

0 commit comments

Comments
 (0)