Salut !

While working on #5484, I encounter the following error messages, that I do not understand and am unable to track down:

sage: B = QQ.quo(2)
sage: R = PolynomialRing(B, 'x')
Exception TypeError: "Argument 'other' has incorrect type (expected sage.structure.element.FieldElement, got int)" in 'sage.rings.polynomial.polynomial_element.Polynomial_generic_dense.__normalize' ignored
sage: x = R.gen()
sage: x
<repr(<sage.rings.polynomial.polynomial_element.Polynomial_generic_dense at 0x7f6a33d4ac00>) failed: TypeError: Argument 'other' has incorrect type (expected sage.structure.element.FieldElement, got int)>

Of course, this is not a very interesting computation, but still this is unclear to me.

Any hint?

Thanks,
Bruno


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to