Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created April 5, 2010 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llimllib/356615 to your computer and use it in GitHub Desktop.
Save llimllib/356615 to your computer and use it in GitHub Desktop.
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