Comment #2 on issue 2982 by pr...@goodok.ru: galgebra tests failing in python3
http://code.google.com/p/sympy/issues/detail?id=2982

Yes, we haven't 'test_GA.py' in the report because we haven't numpy installed.

The file 'test_GA.py' begins with:

    from sympy.external import import_module
    numpy = import_module('numpy')
    if not numpy:
        disabled = True

Then, while testing files this variable is analyzed in the 'runtests.py#L576'.

If you have numpy installed, then something is incorrect in GA for python 3
Otherwise, something incorrect in test utility while it works with 'disabled' variable.


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to