Hi everyone.
I am asking about the meaning of nan PESQ score.
After some successful compute of PESQ score for my speech samples I got the following error for the residual samples
anaconda3/lib/python3.6/site-packages/pypesq-1.0-py3.6-linux-x86_64.egg/pypesq/init.py:16: RuntimeWarning: invalid value encountered in true_divide
deg = 0.999*deg/np.max(np.abs(deg))
Thank you.