Skip to content

Commit

Permalink
#37377 relax test
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzarobba committed Feb 23, 2024
1 parent 7774975 commit 1d78a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/polynomial_modn_dense_ntl.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ cdef class Polynomial_dense_modn_ntl_zz(Polynomial_dense_mod_n):
sage: (x-1)^(-5)
Traceback (most recent call last):
...
TypeError: self must be an integral domain.
TypeError: ...
"""
cdef bint recip = 0, do_sig
cdef long e = ee
Expand Down

0 comments on commit 1d78a10

Please sign in to comment.