#7507: can't forget some assumptions
-----------------------------------+----------------------------------------
   Reporter:  burcin               |          Owner:  burcin        
       Type:  defect               |         Status:  needs_review  
   Priority:  major                |      Milestone:  sage-4.7.1    
  Component:  symbolics            |       Keywords:  maxima, assume
Work_issues:                       |       Upstream:  N/A           
   Reviewer:  Karl-Dieter Crisman  |         Author:  Burcin Erocal 
     Merged:                       |   Dependencies:                
-----------------------------------+----------------------------------------
Changes (by kcrisman):

  * reviewer:  => Karl-Dieter Crisman


Comment:

 Yes, this was fixed as part of #1163, as it turns out.
 {{{

     for x in preprocess_assumptions(args):
         if isinstance(x, (tuple, list)):
             forget(*x)
 }}}
 used to have
 {{{

     for x in preprocess_assumptions(args):
         if isinstance(x, (tuple, list)):
             assume(*x)
 }}}
 before that patch.

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

Reply via email to