google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Make Numpy warnings into errors #48

Open alvestrand opened 9 years ago

alvestrand commented 9 years ago

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.