Skip to content

Commit 5f8484f

Browse files
committed
Fix blackmanharris import
1 parent 7595dde commit 5f8484f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/thdncalculator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright 2019-2023 XMOS LIMITED.
1+
# Copyright 2019-2024 XMOS LIMITED.
22
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
33
import sys, os
4-
from scipy.signal import blackmanharris
4+
from scipy.signal.windows import blackmanharris
55
from numpy.fft import rfft, irfft
66
from numpy import argmax, sqrt, mean, absolute, arange, log10
77
import numpy as np

0 commit comments

Comments
 (0)