google / compare-codecs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Numpy warnings into errors

alvestrand opened this issue · comments

Numpy gives warnings about poorly conditioned polynominals when given less than 3 points (?).

These curves are most likely badly shaped, and need to be inspected to see if we can generate sensible numbers from them at all.
Investigation needed.