Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3393 by smi...@gmail.com: Equals passing None to Evalf / Evalf errors
http://code.google.com/p/sympy/issues/detail?id=3393

equals tries randomly evaluating the expression. Without a good way to know the domain in which to guess, sometimes it guesses in an invalid domain for which evalf fails. In this case, when a negative value for n is chosen, evalf fails. A hack is to watch for this in _random and just bail when this happens.

https://github.com/sympy/sympy/pull/1540

--
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 https://groups.google.com/groups/opt_out.


Reply via email to