#16464: cyclotomic_cosets for any finite ring
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-6.3
Component: number theory | Resolution:
Keywords: | Merged in:
Authors: Vincent Delecroix | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vdelecroix/16464 | 9b1544b90970887f5e22a4aa1e93db04cd18ce90
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by ncohen):
About this part of the code
{{{
+ try:
+ return DuadicCodeEvenPair(F,Q,N)
+ except TypeError:
+ raise TypeError("No quadratic residue code exists for these
parameters.")
}}}
Is there any reason why your replaced the {{{if
not(is_a_splitting(Q,N,n))}}} by this try/catch ? What worries me is that
it could catch `TypeErrors` raised in `DuadicCodeEvenPair` that are real
bugs and not created by this {{{if not(is_a_splitting(Q,N,n))}}}.
Nathann
--
Ticket URL: <http://trac.sagemath.org/ticket/16464#comment:9>
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.