#13911: Updated doc tests for k-Schur function and affine Schubert calculus book
-------------------------------------------------+--------------------------
Reporter: aschilling | Owner:
sage-combinat
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: combinatorics | Resolution:
Keywords: symmetric functions, book | Work issues:
Report Upstream: N/A | Reviewers: Mike
Zabrocki, Anne Schilling
Authors: Anne Schilling, Mike Zabrocki | Merged in:
Dependencies: #13762 | Stopgaps:
-------------------------------------------------+--------------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
This needs `# long time` additions at various places, ''at least'' the
following but probably more:
{{{
diff --git a/sage/tests/book_schilling_zabrocki_kschur_primer.py
b/sage/tests/book_schilling_zabrocki_kschur_primer.py
--- a/sage/tests/book_schilling_zabrocki_kschur_primer.py
+++ b/sage/tests/book_schilling_zabrocki_kschur_primer.py
@@ -568,7 +568,7 @@
sage: ks3z = Sym.kschur(3,t=z4)
sage: ks3 = Sym.kschur(3,t=1)
sage: p = Sym.p()
- sage: p(ks3z[2, 2, 2, 2, 2, 2, 2, 2])
+ sage: p(ks3z[2, 2, 2, 2, 2, 2, 2, 2]) # long time (17s on sage.math,
2013)
1/12*p[4, 4, 4, 4] + 1/4*p[8, 8] + (-1/3)*p[12, 4]
sage: p(ks3[2,2])
1/12*p[1, 1, 1, 1] + 1/4*p[2, 2] + (-1/3)*p[3, 1]
@@ -577,7 +577,7 @@
Sage example in ./kschurnotes/notes-mike-anne.tex, line 5405::
- sage: ks3z[3, 3, 3, 3]*ks3z[2, 1]
+ sage: ks3z[3, 3, 3, 3]*ks3z[2, 1] # long time (10s on sage.math,
2013)
ks3[3, 3, 3, 3, 2, 1]
Sage example in ./kschurnotes/notes-mike-anne.tex, line 5565::
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13911#comment:4>
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.