flintlib / python-flint

Python bindings for Flint and Arb
MIT License
132 stars 27 forks source link

fix faulty test in fq_default_poly #222

Closed GiacomoPope closed 2 months ago

GiacomoPope commented 2 months 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 2 months ago

Thanks