Updates:
        Labels: NeedsReview smichr

Comment #8 on issue 1907 by smi...@gmail.com: Pow(..., evaluate=something) is broken
http://code.google.com/p/sympy/issues/detail?id=1907

This problem can be avoided by standardizing the assumptions that are stored. e.g. 1) always store all assumptions; I'm guessing this is less than optimal because there are a lot of assumptions that could get stored and this will slow down the caching step? 2) assumptions that have default values (like 'evaluate=True'); 3) standardize all assumption values to have False, None or True.

See commit "1907 sanitize stashed keyword" in the integral_issues branch at github/smichr

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to