Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34854: molien_series() should not use GAP's VirtualCharacter
One can use GAP's PermutationCharacter() to avoid the troubles. Currently we have a problem here: {{{ sage: PG = PermutationGroup(["(1,2,3,4,5,6,7)","(5,6,7)"]) sage: PG.molien_series() ... weird error... }}} see the report in https://groups.google.com/d/msgid/sage-devel/42c6be87 -614e-4a21-9273-91948f0c6216n%40googlegroups.com URL: https://trac.sagemath.org/34854 Reported by: dimpase Ticket author(s): Dima Pasechnik Reviewer(s): Travis Scrimshaw
- Loading branch information