Issue 1474 in sympy: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux

2009-07-07 Thread codesite-noreply
Updates: Status: WontFix Comment #2 on issue 1474 by fab...@fseoane.net: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux http://code.google.com/p/sympy/issues/detail?id=1474 It's been 6 months since this was opened, i think we can close it. Marking it as WontFix --

Issue 1474 in sympy: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux

2009-07-07 Thread codesite-noreply
Comment #4 on issue 1474 by ondrej.certik: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux http://code.google.com/p/sympy/issues/detail?id=1474 No problem. Let us know if you have any other problem with sympy. -- You received this message because you are listed in the owner

Issue 1474 in sympy: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux

2009-06-16 Thread codesite-noreply
Comment #1 on issue 1474 by ondrej.certik: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux http://code.google.com/p/sympy/issues/detail?id=1474 It's because use use .subs('B', 'X'), what happens is that sympify() gets called and sympify doesn't know about your Mysymbol, so

Issue 1474 in sympy: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux

2009-06-15 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1474 by tom.denniston: Subs broken on sub classes of Symbol using sympy 0.6.4 on linux http://code.google.com/p/sympy/issues/detail?id=1474 When I subclass sympy.Symbol as below I cannot .subs() for that symbol in an