py-videocore icon indicating copy to clipboard operation
py-videocore copied to clipboard

nosetests failed

Open auvilink opened this issue 5 years ago • 1 comments

256M memory for GPU

ERROR: test_raw.test_raw_hex

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/pi/vision/py-videocore/tests/test_raw.py", line 16, in test_raw_hex print_qhex(raw_hex, file = f) File "/home/pi/vision/py-videocore/videocore/assembler.py", line 923, in print_qhex print("0x{3:02X}{2:02X}{1:02X}{0:02X}, 0x{7:02X}{6:02X}{5:02X}{4:02X},".format(*c), file = file) TypeError: unicode argument expected, got 'str'


auvilink avatar Feb 05 '19 07:02 auvilink