[sympy] GA_rewrite

2013-03-28 Thread Alan Bromborsky
The new GA for python 2.7 now passes all tests (the failures sympy-bot reports are in other parts of sympy). The documentation fails because the rst src for GA and for galgebra have function references with the same names. sympy-bot says use the sphinx :noindex: directive. Can this directive

[sympy] GA_rewrite

2013-04-12 Thread Alan Bromborsky
On 04/12/2013 04:27 AM, Julien Rioux wrote: I never got custom macros to work, therefore I removed them at b44e253 . If you can get the docs to compile with them, then that's fine, but otherwise you will have to s

Re: [sympy] GA_rewrite

2013-03-28 Thread Aaron Meurer
But those test failures do not occur in master, so they are caused by some change of yours. I think you've somehow globally messed up the printers. You've also still got junk files that you need to remove. Also note the doctest failures (that is probably because of the uppercase file names). On

Re: [sympy] GA_rewrite

2013-03-30 Thread Alan Bromborsky
On 03/28/2013 06:18 PM, Aaron Meurer wrote: But those test failures do not occur in master, so they are caused by some change of yours. I think you've somehow globally messed up the printers. You've also still got junk files that you need to remove. Also note the doctest failures (that is proba

Re: [sympy] GA_rewrite

2013-03-30 Thread thomas hisch
On Saturday, March 30, 2013 3:58:19 PM UTC+1, brombo wrote: > > On 03/28/2013 06:18 PM, Aaron Meurer wrote: > > But those test failures do not occur in master, so they are caused by > > some change of yours. I think you've somehow globally messed up the > > printers. > > > > You've also stil

Re: [sympy] GA_rewrite

2013-03-31 Thread Alan Bromborsky
On 03/30/2013 03:21 PM, thomas hisch wrote: On Saturday, March 30, 2013 3:58:19 PM UTC+1, brombo wrote: On 03/28/2013 06:18 PM, Aaron Meurer wrote: > But those test failures do not occur in master, so they are caused by > some change of yours. I think you've somehow globally me

Re: [sympy] GA_rewrite

2013-03-31 Thread Thomas Hisch
I usually do a rebase or a PR when a merge conflict occurs. To do this first fetch the latest upstream master with git fetch origin (make sure that origin points to the upstream sympy repo and not to your sympy repo on github.) then do git rebase origin/master In the case of a merge conflict dur

Re: [sympy] GA_rewrite

2013-03-31 Thread Alan Bromborsky
On 03/31/2013 07:46 AM, Thomas Hisch wrote: git rebase origin/master I did - git fetch origin git rebase origin/master and then when I did - git push github GA_rewrite I got - ! [rejected]GA_rewrite -> GA_rewrite (non-fast-forward) error: failed to push some refs to 'g...@github.co

Re: [sympy] GA_rewrite

2013-03-31 Thread Thomas Hisch
You need to force a push with git push -f github GA_rewrite On Sun, Mar 31, 2013 at 3:13 PM, Alan Bromborsky wrote: > On 03/31/2013 07:46 AM, Thomas Hisch wrote: > >> git rebase origin/master >> > I did - > > git fetch origin > git rebase origin/master > > and then when I did - > > git push gith

Re: [sympy] GA_rewrite

2013-04-12 Thread Aaron Meurer
Did you intend to send a response to a GitHub comment to the mailing list? Regarding your question, I think Sphninx is just messed up with sympy-bot. What version of Sphinx do you have (it is printed in the build somewhere)? Anyway, as long as it builds locally (with a make clean first), it is f

Re: [sympy] GA_rewrite

2013-04-12 Thread Alan Bromborsky
On 04/12/2013 12:59 PM, Aaron Meurer wrote: Did you intend to send a response to a GitHub comment to the mailing list? Regarding your question, I think Sphninx is just messed up with sympy-bot. What version of Sphinx do you have (it is printed in the build somewhere)? Anyway, as long as it

Re: [sympy] GA_rewrite

2013-04-12 Thread Alan Bromborsky
On 04/12/2013 02:01 PM, Alan Bromborsky wrote: On 04/12/2013 12:59 PM, Aaron Meurer wrote: Did you intend to send a response to a GitHub comment to the mailing list? Regarding your question, I think Sphninx is just messed up with sympy-bot. What version of Sphinx do you have (it is printed in

Re: [sympy] GA_rewrite

2013-04-12 Thread Aaron Meurer
I suppose it would be nice if someone actually reviewed the code, to see if it looks good. Who else in SymPy knows what is going on in GA? Aaron Meurer On Fri, Apr 12, 2013 at 4:40 PM, Alan Bromborsky wrote: > On 04/12/2013 02:01 PM, Alan Bromborsky wrote: > > On 04/12/2013 12:59 PM, Aaron Meu

Re: [sympy] GA_rewrite

2013-04-13 Thread Alan Bromborsky
For possible reviewers I would mention that geometric algebra is just the Clifford algebra of a real finite dimensional vector space with the addition of a calculus. On 04/12/2013 07:51 PM, Aaron Meurer wrote: I suppose it would be nice if someone actually reviewed the code, to see if it looks