.E... ====================================================================== ERROR: test_2_empty_negative (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 38, in test_2_empty_negative self.assertEqual([], self.user.higher_gpa(courses, beat_me)) File ".../fn80065/2008-03-18 18:52:58/user.py", line 4, in higher_gpa spisykAllfn = courses[0].keys() IndexError: list index out of range ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=1)