Update.
[flatland.git] / test.py
diff --git a/test.py b/test.py
index 2853309..0a065fa 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -42,6 +42,6 @@ def sequences_to_image(x, gap=1, gap_color = (0, 128, 255)):
 
 ######################################################################
 
-x = flatland.generate_sequence(1, 3, 80, 80, True, True)
+x = flatland.generate_sequence(10, 6, 80, 80, True, True)
 
 sequences_to_image(x, gap = 2, gap_color = (0, 0, 0)).save('sequences.png')