-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symmetric group algebra creating algebra generators using _element_constructor_ #15309
Comments
comment:1
This may not be the only instance of something like this happening, but it's one I found. In some respect, this is just a stopgap for https://groups.google.com/forum/?fromgroups=#!topic/sage-devel/pH-97DE41wA. |
comment:3
Did you miss some dependency or export the wrong phase?
|
comment:4
Hey Darij, I forgot the dependency on #15305, but with the new version I've commuted this past it. Best, Travis |
Attachment: trac_15309-more-dg.patch.gz changes in a similar vein for (minor?) speedup |
comment:5
Nice change (doubles the speed beyound fixing the bug). What do you say about the similar changes I suggest? (If they don't apply, please let me know -- I'm working on top of #15174.) |
Attachment: trac_15309-sga_alg_gens_fix-ts.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:6
Hey Darij, I'm somewhat surprised I get a 2x speedup; that's good to know for future reference. I've folded in your review patch (it applied with some fuzz 2), but made one change. Instead of Best, Travis For patchbot: Apply: trac_15309-sga_alg_gens_fix-ts.patch |
comment:7
Hi Travis, Positive review then! Best regards, Darij |
comment:8
Thanks Darij. |
Reviewer: Darij Grinberg |
Merged: sage-5.13.beta2 |
When calling the
algebra_generators()
,SymmetricGroupAlgebra
ends up setting the_coercions_used
flag toTrue
. This prevents us from creating coercions dynamically.For example:
Apply: attachment: trac_15309-sga_alg_gens_fix-ts.patch
CC: @sagetrac-sage-combinat @simon-king-jena @nthiery
Component: coercion
Author: Travis Scrimshaw
Reviewer: Darij Grinberg
Merged: sage-5.13.beta2
Issue created by migration from https://trac.sagemath.org/ticket/15309
The text was updated successfully, but these errors were encountered: