Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.99 KB | None | 0 0
  1. Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
  2. Type "help", "copyright", "credits" or "license" for more information.
  3. >>>
  4. Evaluating test_game_tree.py
  5. Should have one child, a leaf. ... ok
  6. Test to see it grows one leaf. ... ok
  7. Test to see it grows to two nodes. ... ok
  8.  
  9. ----------------------------------------------------------------------
  10. Ran 3 tests in 0.001s
  11.  
  12. OK
  13. Test to see if it grows to 5478 distinct nodes, consistent with ... FAIL
  14. Test to see if it grows to 255168 leaf nodes, consistent with ... ok
  15.  
  16. ======================================================================
  17. FAIL: Test to see if it grows to 5478 distinct nodes, consistent with
  18. ----------------------------------------------------------------------
  19. Traceback (most recent call last):
  20.   File "<string>", line 70, in testDistinctNodeCountLeafCount
  21. AssertionError
  22.  
  23. ----------------------------------------------------------------------
  24. Ran 2 tests in 138.249s
  25.  
  26. FAILED (failures=1)
  27. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement