#5457: Refactor symmetric functions and k-bounded subspace
--------------------------------------------------------------------------------+
Reporter: nthiery
| Owner: mhansen
Type: enhancement
| Status: needs_work
Priority: major
| Milestone: sage-5.4
Component: combinatorics
| Resolution:
Keywords: symmetric functions, days38, sd40
| Work issues:
Report Upstream: N/A
| Reviewers: Dan Bump, Nicolas M. Thiéry
Authors: Mike Zabrocki, Anne Schilling, Jason Bandlow, Jeroen Demeyer
| Merged in:
Dependencies: #11563, #13109, #12969
| Stopgaps:
--------------------------------------------------------------------------------+
Comment (by zabrocki):
I also found that the tests that are currently in llt.py will fail if they
are run separately.
`sage: HSp3 = SymmetricFunctions(FractionField(QQ['t'])).llt(3).hspin()`
`sage: TestSuite(HSp3).run(skip = ["_test_associativity",
"_test_distributivity", "_test_prod"])`
`sage: HS3t2 = SymmetricFunctions(QQ).llt(3,t=2).hspin()`
`sage: TestSuite(HS3t2).run(skip = ["_test_associativity",
"_test_distributivity", "_test_prod"])`
Executes without errors (even without the 'skip's). However, if you
delete the first two lines then these tests fail. I will fix this by
putting these tests in their own block.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5457#comment:71>
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.