Created
April 5, 2010 17:15
-
-
Save llimllib/356615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01:07 PM ~/code/sortvis master$ ./dense | |
Traceback (most recent call last): | |
File "./dense", line 124, in <module> | |
main() | |
File "./dense", line 119, in main | |
options.unmoved | |
File "../libsortvis/graph.py", line 164, in draw | |
File "../libsortvis/graph.py", line 94, in drawPixels | |
File "../libsortvis/graph.py", line 184, in getColor | |
File "/Library/Python/2.5/site-packages/scurve/__init__.py", line 19, in fromSize | |
return curveMap[curve].fromSize(dimension, size) | |
File "/Library/Python/2.5/site-packages/scurve/hilbert.py", line 91, in fromSize | |
raise ValueError("Size does not fit Hilbert curve of dimension %s."%dimension) | |
ValueError: Size does not fit Hilbert curve of dimension 3. | |
01:13 PM ~/code/sortvis master$ ./dense -n 8 | |
01:13 PM ~/code/sortvis master$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment