On Tue, Jun 2, 2009 at 4:48 AM, Fabian Pedregosa <fab...@fseoane.net> wrote: > > Luke wrote: >> I've published my branch of sympy where I started implementing the >> trig simplification algorithm by Hu et al. I also started working on >> the .eval() methods of sin, cos, and tan, and wrote a lot of tests for >> the behavior that Mathematica gives. Currently, >> py.test sympy/functions/elementary >> passes everything, but there may be some things that don't pass other >> tests, this is still a work in progress. >> >> Clone the repo by: >> git clone git://github.com/hazelnusse/sympy.git > > how should I pull to my repo ? > > I am having some trouble doing > > [atlantis 16] ~/dev/sympy.clean > git pull > git://github.com/hazelnusse/sympy.git master > fatal: Couldn't find remote ref master
i don't know what ^^^ is, but just do: git remote add luke git://github.com/hazelnusse/sympy.git git fetch luke git co -b luke luke/master and you'll have Luke's master in your branch "luke". Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---