aszepieniec / stark-anatomy

Tutorial for STARKs with supporting code in python
Apache License 2.0
181 stars 49 forks source link

fix colinearity test for horizontal lines #13

Closed etan-k closed 1 year ago

etan-k commented 1 year ago

Polynoms representing an exactly horizontal line have degrees < 1:

The test_colinearity function incorrectly reported points on such polynoms as not being part of the same line. This is fixed by adjusting the test to account for the cases with degrees < 1.