Comment #10 on issue 1434 by fab...@fseoane.net: substitution doesn't work  
for sqrt()
http://code.google.com/p/sympy/issues/detail?id=1434

You code will make it fail for simple things like
In [1]: (-9)**Rational(3,2)
Out[1]: 27

(correct answer is -27*I)

I know my patch is not good enough for inclusion yet , but in my opinion  
your fix
worse in the sense that it is a bad workaround that will create more  
problems in the
future.

BTW, The only tests I am removing are pure nonsense:

-    assert (2**64+1)**Rational(4, 3)
-    assert (2**64+1)**Rational(17,25)

Any number will do.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to