-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Milestone
Description
Part of #32544:
sage -t --long --random-seed=43805222569518434108329399959452339425 src/sage/rings/polynomial/polynomial_element_generic.py
**********************************************************************
File "src/sage/rings/polynomial/polynomial_element_generic.py", line 783, in sage.rings.polynomial.polynomial_element_generic.Polynomial_generic_sparse.quo_rem
Failed example:
f.quo_rem(g)
Expected:
Traceback (most recent call last):
...
ArithmeticError: Division non exact (consider coercing to polynomials over the fraction field)
Got:
(-y^5 + 2*y^2, y^3 - 2*x^2*y^2 - y)
**********************************************************************
(From a patchbot run in #32380.)
CC: @tscrim
Component: algebra
Author: Jonathan Kliem
Branch/Commit: 0f7cca7
Reviewer: Markus Wageringel
Issue created by migration from https://trac.sagemath.org/ticket/32816