gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/util papersampler.py


From: Janne V. Kujala
Subject: [Gzz-commits] gzz/gfx/util papersampler.py
Date: Wed, 05 Mar 2003 02:59:51 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        03/03/05 02:59:49

Modified files:
        gfx/util       : papersampler.py 

Log message:
        paper exper stuff

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/papersampler.py.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: gzz/gfx/util/papersampler.py
diff -u gzz/gfx/util/papersampler.py:1.23 gzz/gfx/util/papersampler.py:1.24
--- gzz/gfx/util/papersampler.py:1.23   Wed Mar  5 02:52:47 2003
+++ gzz/gfx/util/papersampler.py        Wed Mar  5 02:59:45 2003
@@ -134,7 +134,7 @@
        for i in range(0,old + new):
             seed = 12345 + i
            doFrame(lambda vs: paperscene(vs, seed, opts), 
-                    "tmp/tmp_%s_%s" % (test, i))
+                    "tmp/tmp_%s_%02d" % (test, i))
 
         for subj in range(0, 10):
             f = open("tmp/trials_%s_%s.txt" % (test, subj), "w")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]