Skip to content

Commit

Permalink
[BC] issue 70 solved
Browse files Browse the repository at this point in the history
  • Loading branch information
wantysal committed Dec 20, 2023
1 parent 14043d8 commit d24981d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _main_loudness(spec_third, field_type):
# taking into account the dependance of absolute threshold
# within this critical band
korry = 0.4 + 0.32 * nm[0] ** 0.2
nm[0, korry <= 1] *= korry
nm[0, korry <= 1] *= korry[korry <= 1]
# nm[:, -1] = 0
# if spec_third.ndim == 1 or spec_third.shape[1] == 1:
# # This is only for test_loudness_zwicker_3oct because only one array of one col is given and this routine needs 2 or more
Expand Down

0 comments on commit d24981d

Please sign in to comment.