#13762: Implement k-bounded quotient space
---------------------------------------------------+------------------------
Reporter: chrisjamesberg | Owner:
chrisjamesberg
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: combinatorics | Resolution:
Keywords: symmetric functions, partitions | Work issues: don't use
assert
Report Upstream: N/A | Reviewers: Anne
Schilling
Authors: Chris Berg, Mike Zabrocki | Merged in:
Dependencies: | Stopgaps:
---------------------------------------------------+------------------------
Comment (by zabrocki):
Hi Jeroen,
There are a few '{{{assert}}}' lines that we can clearly remove and change
to {{{ValueError}}}, but there is one I am unsure about. Around line 599
in k_dual.py we have
{{{
if isinstance(c, Partition_class):
assert len(rest) == 0
}}}
I don't see how to trigger this. Is it ok to leave it as is?
Some of our assertion errors that appear are triggered in code in
free_module.py. Should I change that code here or open a new ticket?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13762#comment:22>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.