#18787: doctest symbolic modular integers fix
-------------------------------------+-------------------------------------
Reporter: tmonteil | Owner:
Type: defect | Status: needs_info
Priority: major | Milestone: sage-pending
Component: symbolics | Resolution:
Keywords: | Merged in:
Authors: Ralf Stephan | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/rws/bug_with_products_of_symbolic_variables_with_modular_integers|
6f9e551e2110aa700b29eee6f379ec93890d7ba8
Dependencies: #18980 | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):
* status: needs_review => needs_info
Comment:
Why is it in sage-pending?
What about the following (inspired from [comment:6 comment:6]
{{{
sage: f(x) = Zmod(7)(3) * x**2 + Zmod(9)(3) * x**3
sage: f(1)
** BOOM **
}}}
while
{{{
sage: f(x) = Zmod(7)(1) * x**2 + Zmod(9)(1) * x**3
sage: f(1)
2
}}}
Vincent
--
Ticket URL: <http://trac.sagemath.org/ticket/18787#comment:27>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.