Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
"fixing" tests on #30745
Browse files Browse the repository at this point in the history
This is a workaround for an unfortunate Heisenbug on #30745
  • Loading branch information
dimpase committed Nov 18, 2020
1 parent bb37468 commit 2fd95cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/polynomial/plural.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ cdef class NCPolynomialRing_plural(Ring):
True
sage: H is loads(dumps(H)) # indirect doctest
True
sage: A2.<x,y,z> = FreeAlgebra(GF(5), 3)
sage: R2 = A2.g_algebra({y*x:x*y-z, z*x:x*z+2*x, z*y:y*z-2*y}, order=TermOrder('degrevlex', 2))
Check that :trac:`17224` is fixed::
Expand Down

0 comments on commit 2fd95cd

Please sign in to comment.