You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def test_detect_lines():
"""
Tests detect_lines utility in the reliable low-SNR scenario.
"""
...
f, b = utils.detect_lines(sig, (NW, 2*NW), low_bias=True, NFFT=2**fft_pow)
h_est = 2*(b[:,None]*np.exp(2j*np.pi*tx*f[:,None])).real
> npt.assert_(
len(f) == 3, 'The wrong number of harmonic components were detected'
)
E AssertionError: The wrong number of harmonic components were detected
Detected in conda-forge/nitime-feedstock#33 / conda-forge/nitime-feedstock#34:
The text was updated successfully, but these errors were encountered: