Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3103 by [email protected]: test_GA is outputting errors
http://code.google.com/p/sympy/issues/detail?id=3103

The error I see is as follows:


_ sympy/galgebra/tests/test_GA.py:test_rmul _______________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 48, in test_rmul
    assert 5*x == x*5
NameError: global name 'x' is not defined
________________________________________________________________________________________________________________________________________________________
___________________________________________________ sympy/galgebra/tests/test_GA.py:test_contraction ___________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 59, in test_contraction
    assert ((e_1^e_3)|e_1) == -e_3
NameError: global name 'e_1' is not defined
________________________________________________________________________________________________________________________________________________________
__________________________________________________ sympy/galgebra/tests/test_GA.py:test_substitution ___________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 71, in test_substitution
    X = x*e_x+y*e_y+z*e_z
NameError: global name 'x' is not defined
________________________________________________________________________________________________________________________________________________________
________________________________________________ sympy/galgebra/tests/test_GA.py:test_vector_extraction ________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 91, in test_vector_extraction
    B = P1^P2
NameError: global name 'P1' is not defined
________________________________________________________________________________________________________________________________________________________
____________________________________________________ sympy/galgebra/tests/test_GA.py:test_geometry _____________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 122, in test_geometry
    e = n+nbar
NameError: global name 'n' is not defined
________________________________________________________________________________________________________________________________________________________
_____________________________________________ sympy/galgebra/tests/test_GA.py:test_extract_plane_and_line ______________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 178, in test_extract_plane_and_line
    P1 = F(p1)
NameError: global name 'p1' is not defined
________________________________________________________________________________________________________________________________________________________
________________________________________________ sympy/galgebra/tests/test_GA.py:test_reciprocal_frame _________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 211, in test_reciprocal_frame
    E = e1^e2^e3
NameError: global name 'e1' is not defined
________________________________________________________________________________________________________________________________________________________
___________________________________________________ sympy/galgebra/tests/test_GA.py:test_derivative ____________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 254, in test_derivative
    X = x*e_x+y*e_y+z*e_z
NameError: global name 'x' is not defined
________________________________________________________________________________________________________________________________________________________
_______________________________________________________ sympy/galgebra/tests/test_GA.py:test_str _______________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 271, in test_str
    assert str(e_1|e_1) == '1'
NameError: global name 'e_1' is not defined
________________________________________________________________________________________________________________________________________________________
___________________________________________________ sympy/galgebra/tests/test_GA.py:test_constructor ___________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 284, in test_constructor
    assert str(S(x)) == 'x'
NameError: global name 'x' is not defined
________________________________________________________________________________________________________________________________________________________
_________________________________________________ sympy/galgebra/tests/test_GA.py:test__print_Mul_Add __________________________________________________ File "/home/bharath/pr/sympy/sympy/sympy/galgebra/tests/test_GA.py", line 301, in test__print_Mul_Add
    assert l._print_Add(-5 + 4*z) == '-5 + 4 z'
NameError: global name 'z' is not defined


Thanks,
Bharath M R


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

Reply via email to