Closed blezek closed 9 years ago
Sorry, was not able to run the testing, so there are no baseline images. Tried both Firefox and Chrome, but got the same error in both cases (Mac OSX 10.9).
[09:14 AM]{blezek:numbers(Parse_binary_VTK_files)}:utils
28: ./test.py -b
Testing XTK...
Traceback (most recent call last):
File "./test.py", line 28, in <module>
tester.run( options )
File "/Users/blezek/Source/X/utils/_core/_tester.py", line 474, in run
self.setupEnvironment( browser )
File "/Users/blezek/Source/X/utils/_core/_tester.py", line 117, in setupEnvironment
self.__browser = self.getBrowser( name )
File "/Users/blezek/Source/X/utils/_core/_tester.py", line 84, in getBrowser
print 'ERROR: Could not start ' + browserString
NameError: global name 'browserString' is not defined
Fixed problem when building using Google Closure
@dblezek Why did you delete the pull request ? Is it not working ?
@stity Honestly, I can't exactly remember. Will look back in my notes.
VTK files are saved in binary or ASCII format, now can be parsed in binary.
See: http://www.vtk.org/VTK/img/file-formats.pdf for details of the binary format.