Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. pranathi@pranathi-3Scan:~/src/kesm$ nosetests -xs "./kesm/geode/scanner/projects/skeletonization_scanner_tests.py"
  2. WARNING: Running from local development checkout.
  3. W0124 14:18:31.631067 15260 __init__.py:529] /home/pranathi/src/kesm/kesm/geode/__init__.py:529: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  4. return None not in self.__cells
  5.  
  6. F
  7. ======================================================================
  8. FAIL: kesm.geode.scanner.projects.skeletonization_scanner_tests.test_skeletonization_scanner
  9. ----------------------------------------------------------------------
  10. Traceback (most recent call last):
  11. File "/home/pranathi/miniconda3/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
  12. self.test(*self.arg)
  13. File "/home/pranathi/src/kesm/kesm/geode/scanner/projects/skeletonization_scanner_tests.py", line 42, in test_skeletonization_scanner
  14. output_offsets=output_offsets)
  15. File "/home/pranathi/miniconda3/lib/python3.4/site-packages/pychecked/type_checking.py", line 147, in _type_checked
  16. return func(*v_args, **kwargs)
  17. File "/home/pranathi/src/kesm/kesm/geode/scanner/testlib.py", line 96, in scan_once
  18. "Errors recoding test output '{}'".format(label)) from e
  19. nose.proxy.AssertionError: Errors recoding test output 'output'
  20. -------------------- >> begin captured logging << --------------------
  21. py.warnings: WARNING: W0124 14:18:31.631067 15260 __init__.py:529] /home/pranathi/src/kesm/kesm/geode/__init__.py:529: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  22. return None not in self.__cells
  23.  
  24. --------------------- >> end captured logging << ---------------------
  25.  
  26. ----------------------------------------------------------------------
  27. Ran 1 test in 1.352s
  28.  
  29. FAILED (failures=1)
  30.  
  31.  
  32. pranathi@pranathi-3Scan:~/src/kesm$ nosetests -xs "./kesm/geode/scanner/projects/skeletonization_scanner_tests.py"
  33. WARNING: Running from local development checkout.
  34. W0124 14:44:01.524493 16585 __init__.py:529] /home/pranathi/src/kesm/kesm/geode/__init__.py:529: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  35. return None not in self.__cells
  36.  
  37. Can't convert 'tuple' object to str implicitly
  38. F
  39. ======================================================================
  40. FAIL: kesm.geode.scanner.projects.skeletonization_scanner_tests.test_skeletonization_scanner
  41. ----------------------------------------------------------------------
  42. Traceback (most recent call last):
  43. File "/home/pranathi/miniconda3/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
  44. self.test(*self.arg)
  45. File "/home/pranathi/src/kesm/kesm/geode/scanner/projects/skeletonization_scanner_tests.py", line 43, in test_skeletonization_scanner
  46. output_offsets=output_offsets_dict)
  47. File "/home/pranathi/miniconda3/lib/python3.4/site-packages/pychecked/type_checking.py", line 147, in _type_checked
  48. return func(*v_args, **kwargs)
  49. File "/home/pranathi/src/kesm/kesm/geode/scanner/testlib.py", line 96, in scan_once
  50. "Errors recoding test output '{}'".format(label)) from e
  51. nose.proxy.AssertionError: Can't convert 'tuple' object to str implicitlyErrors recoding test output 'output'
  52. -------------------- >> begin captured logging << --------------------
  53. py.warnings: WARNING: W0124 14:44:01.524493 16585 __init__.py:529] /home/pranathi/src/kesm/kesm/geode/__init__.py:529: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  54. return None not in self.__cells
  55.  
  56. --------------------- >> end captured logging << ---------------------
  57.  
  58. ----------------------------------------------------------------------
  59. Ran 1 test in 1.351s
  60.  
  61. FAILED (failures=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement