Ok, would you please mind going to IRC? Go here: http://webchat.freenode.net/
choose your nickname, in Channels, type in "#sympy". There are people there, myself included for today, and we need to debug this more interactively. Ondrej On Sat, Jul 20, 2013 at 3:31 PM, Mary Clark <[email protected]> wrote: > Okay, I still get the same problem when running doctests: > _______________________________________________________________________________ > _____________ /users/maryclark/sympy/sympy/liealgebras/type_a.py > ______________ > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py", > line 203, in _normalize_module > ImportError: No module named type_a > > == tests finished: 2401 passed, 10 skipped, 1 exceptions, in 150.13 seconds > === > DO *NOT* COMMIT! > > The hash is: > (null):sympy maryclark$ git log > commit 8afd72682a924195f94f76cd25e70ac00d28ac27 > Author: Mary Clark <[email protected]> > Date: Fri Jul 19 23:31:40 2013 +0100 > > Changed class name, fixed doctests > > commit 2c1f9eb4caa7ec5c8a21f8a0ed87d20e5586b916 > Author: Mary Clark <[email protected]> > Date: Fri Jul 19 18:30:43 2013 +0100 > > Changed to strict import, seeing if that fixes doctests > > commit 09333f20b3f814b4650122c431ceb43285e218fd > Author: Mary Clark <[email protected]> > Date: Thu Jul 18 20:15:22 2013 +0100 > > ACTUALLY fixing doctests > > commit 1f7a608a0d102e5085ce2b641c6d3ed0d3f23755 > Author: Mary Clark <[email protected]> > Date: Thu Jul 18 19:51:27 2013 +0100 > > Fixing doctests > > (This is abbreviated, there are more commits) > > > > On Saturday, 20 July 2013 22:01:20 UTC+1, Ondřej Čertík wrote: >> >> 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. > > -- 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.
