E.EE..E. ====================================================================== ERROR: test6_comm_complex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 167, in test6_comm_complex self.assert_game(m1, m2, (0, 2)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn43531/2007-04-02 18:20:34/user.py", line 149, in module_game points_m1 = point_for_names(m1) + point_for_calcs(m1,m2) + point_for_comutative(m1) + point_for_list(m1) File ".../fn43531/2007-04-02 18:20:34/user.py", line 99, in point_for_comutative if( callable(attribute) ) and ( check_func_comutative(m1,name) ): File ".../fn43531/2007-04-02 18:20:34/user.py", line 86, in check_func_comutative if( eval(func%(0,0))!=0 ): File "", line 1, in NameError: name 'm_1869879952' is not defined ====================================================================== ERROR: test_1_end3_funcs_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 89, in test_1_end3_funcs_simple self.assert_game(m1, m2, (0, 2)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn43531/2007-04-02 18:20:34/user.py", line 149, in module_game points_m1 = point_for_names(m1) + point_for_calcs(m1,m2) + point_for_comutative(m1) + point_for_list(m1) File ".../fn43531/2007-04-02 18:20:34/user.py", line 99, in point_for_comutative if( callable(attribute) ) and ( check_func_comutative(m1,name) ): File ".../fn43531/2007-04-02 18:20:34/user.py", line 86, in check_func_comutative if( eval(func%(0,0))!=0 ): File "", line 1, in NameError: name 'm_1650345844' is not defined ====================================================================== ERROR: test_2_end3_funcs_complex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 108, in test_2_end3_funcs_complex self.assert_game(m1, m2, (2, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn43531/2007-04-02 18:20:34/user.py", line 149, in module_game points_m1 = point_for_names(m1) + point_for_calcs(m1,m2) + point_for_comutative(m1) + point_for_list(m1) File ".../fn43531/2007-04-02 18:20:34/user.py", line 99, in point_for_comutative if( callable(attribute) ) and ( check_func_comutative(m1,name) ): File ".../fn43531/2007-04-02 18:20:34/user.py", line 86, in check_func_comutative if( eval(func%(0,0))!=0 ): File "", line 1, in NameError: name 'm_1823081338' is not defined ====================================================================== ERROR: test_5_comm_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 154, in test_5_comm_simple self.assert_game(m1, m2, (2, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn43531/2007-04-02 18:20:34/user.py", line 149, in module_game points_m1 = point_for_names(m1) + point_for_calcs(m1,m2) + point_for_comutative(m1) + point_for_list(m1) File ".../fn43531/2007-04-02 18:20:34/user.py", line 99, in point_for_comutative if( callable(attribute) ) and ( check_func_comutative(m1,name) ): File ".../fn43531/2007-04-02 18:20:34/user.py", line 86, in check_func_comutative if( eval(func%(0,0))!=0 ): File "", line 1, in NameError: name 'm_1337805123' is not defined ---------------------------------------------------------------------- Ran 8 tests in 0.024s FAILED (errors=4)