Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-07 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2180 by ondrej.c...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 $ python examples/advanced/relativity.py [...] Solve Einstein's equations: Traceback (

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-07 Thread sympy
Comment #1 on issue 2180 by smi...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 I wonder if we should have these included in some way in the test suite. Or do we just have to run all the exampes by hand? -- You received th

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-08 Thread sympy
Updates: Cc: smichr Labels: Solvers Matching Comment #2 on issue 2180 by asmeurer: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 The implementation of this ODE was hashish a long time ago back before I wrote the new ODE

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-08 Thread sympy
Comment #3 on issue 2180 by smi...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 ode_order doesn't recognize it as 2nd order because the 2nd order term has an expr of -lambda(r) and ode_order doesn't expect that. After doi

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-08 Thread sympy
Comment #4 on issue 2180 by asmeurer: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 Well, ode_order could be modified to call .doit(), though it could also probably be modified to work with nested derivatives without computing them, t

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-08 Thread sympy
Comment #5 on issue 2180 by smi...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 I'd be happy to review any changes that are proposed. -- You received this message because you are subscribed to the Google Groups "sympy-issues

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-02-08 Thread sympy
Updates: Labels: EasyToFix Comment #6 on issue 2180 by smi...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 The failure itself is easy to fix with doit and so I am marking it as such. -- You received this message becau

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Issue 2180: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 This issue is now blocking issue 2215. See http://code.google.com/p/sympy/issues/detail?id=2215 -- You received this message because you are listed in the owner or CC fields of this i

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Updates: Labels: Milestone-Release0.7.0 Comment #8 on issue 2180 by asmeurer: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 There are quite a few other examples currently failing. See issue 2215. -- You received this message bec

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Comment #9 on issue 2180 by gdrummo...@gmail.com: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 I'm new to this, but I've attached a patch which makes the change mentioned by smichr in comment 3. Gary Attachments: 0001-Fixed-

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Updates: Labels: NeedsReview gdrummondk Comment #10 on issue 2180 by asmeurer: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Updates: Labels: -EasyToFix -Milestone-Release0.7.0 -NeedsReview -gdrummondk Comment #11 on issue 2180 by asmeurer: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 I have pushed the fix in. Thank you for contributing! Now, the bet

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working

2011-03-17 Thread sympy
Issue 2180: examples/advanced/relativity.py stopped working http://code.google.com/p/sympy/issues/detail?id=2180 This issue is no longer blocking issue 2215. See http://code.google.com/p/sympy/issues/detail?id=2215 -- You received this message because you are listed in the owner or CC fields of t

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working (issue identified at comment 11)

2012-03-17 Thread sympy
Updates: Status: Fixed Comment #14 on issue 2180 by asmeu...@gmail.com: examples/advanced/relativity.py stopped working (issue identified at comment 11) http://code.google.com/p/sympy/issues/detail?id=2180 ode_order was fixed, and the example works fine now. I'm closing this. To

Re: Issue 2180 in sympy: examples/advanced/relativity.py stopped working (issue identified at comment 11)

2011-05-21 Thread sympy
Updates: Summary: examples/advanced/relativity.py stopped working (issue identified at comment 11) Comment #13 on issue 2180 by smi...@gmail.com: examples/advanced/relativity.py stopped working (issue identified at comment 11) http://code.google.com/p/sympy/issues/detail?id=2180 (No com