flintlib / python-flint

Python bindings for Flint and Arb
MIT License
131 stars 25 forks source link

fix faulty test in fq_default_poly #222

Closed GiacomoPope closed 3 weeks ago

GiacomoPope commented 3 weeks ago

In response to #221 I have amended the test for the error when trying to invert polynomials where the constant coefficient is zero (only case where it is non-invertible)

oscarbenjamin commented 3 weeks ago

Thanks