>
> I'd try to avoid duplicating the calculation code.
>
> Also, if you split the data in two, you can just read the filename list
> alone:
thanx G
those were good suggestions
gordon
--
http://mail.python.org/mailman/listinfo/python-list
En Sat, 26 Jan 2008 05:21:52 -0200, nodrogbrown <[EMAIL PROTECTED]>
escribi�:
> hi
> i am writing code to check a folder containing images and then process
> thir vals using PIL and do some calc to create a matrix of values .if
> the folder has any new imgs added the program will do all calc aga
also
if i were to write unit test for this method ,how shd i do it? shd i
be checking all values in the matrix created inside and so on?
gordon
--
http://mail.python.org/mailman/listinfo/python-list
hi
i am writing code to check a folder containing images and then process
thir vals using PIL and do some calc to create a matrix of values .if
the folder has any new imgs added the program will do all calc again
and dump the values into a cachefile.If the folder contents remain
unaltered the progr