Advertisement
Guest User

orange_error.txt

a guest
Mar 18th, 2010
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. In [2]: orange.version
  2. Out[2]: '2.0b (10:34:33, Mar 17 2010)'
  3.  
  4. uname -a: Linux shigella 2.6.28-18-generic #60-Ubuntu SMP Fri Mar 12 04:40:52 UTC 2010 i686 GNU/Linux
  5.  
  6.  
  7.  
  8. eliasz@shigella:~/workspace/pytolenie$ ./otest.py 1
  9. zoo.tab <amphibian, bird, fish, insect, invertebrate, mammal, reptile>
  10. Tree saved to zoo.tab.tree
  11. classVar: <amphibian, bird, fish, insect, invertebrate, mammal, reptile>
  12. eliasz@shigella:~/workspace/pytolenie$ ./otest.py a
  13. Tree loaded from zoo.tab.tree
  14. classVar: <amphibian, bird, fish, insect, invertebrate, mammal, reptile>
  15.  
  16. milk = 1: mammal (41.0)
  17. milk = 0:
  18. | feathers = 1: bird (20.0)
  19. | feathers = 0:
  20. | | fins = 1: fish (13.0)
  21. | | fins = 0:
  22. | | | backbone = 0:
  23. | | | | airborne = 1: insect (6.0)
  24. | | | | airborne = 0:
  25. | | | | | predator = 1: invertebrate (8.0)
  26. | | | | | predator = 0:
  27. | | | | | | legs = 0: invertebrate (2.0)
  28. | | | | | | legs = 2: insect (0.0)
  29. | | | | | | legs = 4: insect (0.0)
  30. | | | | | | legs = 5: insect (0.0)
  31. | | | | | | legs = 6: insect (2.0)
  32. | | | | | | legs = 8: insect (0.0)
  33. | | | backbone = 1:
  34. | | | | tail = 0: amphibian (3.0)
  35. | | | | tail = 1: reptile (6.0)
  36.  
  37.  
  38.  
  39. eliasz@shigella:~/workspace/pytolenie$ ./otest.py 21r
  40. zoo2.tab <food, mammal, monster>
  41. Tree saved to zoo2.tab.tree
  42. classVar: <food, mammal, monster>
  43. zoo.tab <food, mammal, monster, amphibian, bird, fish, insect, invertebrate, reptile>
  44. Tree saved to zoo.tab.tree
  45. classVar: <food, mammal, monster, amphibian, bird, fish, insect, invertebrate, reptile>
  46. eliasz@shigella:~/workspace/pytolenie$ ./otest.py a
  47. Tree loaded from zoo.tab.tree
  48. classVar: <food, mammal, monster, amphibian, bird, fish, insect, invertebrate, reptile>
  49.  
  50. backbone = 1:
  51. | feathers = 1: bird (20.0)
  52. | feathers = 0:
  53. | | milk = 1: mammal (41.0)
  54. | | milk = 0:
  55. | | | fins = 1: fish (13.0)
  56. | | | fins = 0:
  57. | | | | tail = 0: amphibian (3.0)
  58. | | | | tail = 1: reptile (6.0)
  59. backbone = 0:
  60. | airborne = 1: insect (6.0)
  61. | airborne = 0:
  62. | | predator = 1: invertebrate (8.0)
  63. | | predator = 0:
  64. | | | legs = 0: invertebrate (2.0)
  65. | | | legs = 4: insect (0.0)
  66. | | | legs = 2: insect (0.0)
  67. | | | legs = 5: insect (0.0)
  68. | | | legs = 6: insect (2.0)
  69. | | | legs = 8: insect (0.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement