Skip to content

Commit 9ee6d6a

Browse files
author
Rogier van Dalen
committed
More niceties
1 parent ea4e066 commit 9ee6d6a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

speechbrain/processing/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,9 +1053,6 @@ def normalise_dimensions(
10531053

10541054
(reduce_dimensions, keep_dimensions) = normalise_dimensions(x, dim)
10551055

1056-
# Compute the number of elements that the statistics are computed over
1057-
# and check that the mask is shaped correctly.
1058-
10591056
# Check that the mask is shaped correctly.
10601057
if mask is not None:
10611058
assert len(mask.shape) == len(x.shape)

0 commit comments

Comments
 (0)