-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Description
The following was introduced by #4934:
cleo (ia64-Linux-rhel5-clisp-2.41)
**********************************************************************
File "/home/mariah/sage/sage-3.2.3-ia64-Linux-rhel5-clisp-2.41/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
line 171:
sage: k.modulus()
Expected:
x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
Got:
x^17 + x^3 + 1
**********************************************************************
eno (x86_64-Linux-fc)
**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-fc/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
line 171:
sage: k.modulus()
Expected:
x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
Got:
x^17 + x^3 + 1
**********************************************************************
Component: number theory
Issue created by migration from https://trac.sagemath.org/ticket/4952