#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):

 Just an FYI, this does not seem to be a new bug introduced by this patch.
 Doc tests currently do not seem to test extensively enough to catch this
 (but once I knew the bug existed I was able to trigger it in all kinds of
 ways).  I think that I've tracked down the problem.  Here is a one line
 fix (class LLT_generic, method _m_cache):

 `-        self._invert_morphism(n, self.base_ring(),
 self._self_to_m_cache, \`

 `+        self._invert_morphism(n, QQt, self._self_to_m_cache, \`

 I will post a patch later today when I am confident that this actually
 fixes the problem and that there aren't similar bugs in
 jack/hall_littlewood/macdonald.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5457#comment:70>
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.

Reply via email to