On Sat, Jul 20, 2013 at 1:23 PM, Mary Clark <[email protected]> wrote: > > Also, re doctests, I still get this error when I try to run the doctests on > my computer: > > > sympy/liealgebras/type_a.py[?] Failed to import > [FAIL] > > So for whatever reason, it won't do the doctests on type_A.py for me.
Now when your work is saved in the "work" branch, you can do this: git reset --hard git clean -dfx git diff Now the "diff" should not print anything at all and your repository should be exactly equal to what is pushed onto github. Then make sure you commit the fix for the tests. Push to github. Then try to run the doctests again, note the git hash using "git log" and see if it works. If not, post the hash and tests results here, we'll figure it out. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
