annotate data_generation/transformations/pycaptcha/BUGS @ 273:7800be7bce66

changes in ttf2jpg and pycaptcha to load a file list with cPickle (instead of doing a listdir()) in order to have always the same list order from different machine (to reproduce generation)
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Sun, 21 Mar 2010 16:45:48 -0400
parents 1f5937e9e530
children
rev   line source
87
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
1 Known bugs:
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
2
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
3 - PersistentFactory() is almost certainly horrible at concurrent access
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
4 - Tests are never invalidated with PersistentStorage(), as they aren't written back to the database
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
5 - All files in Captcha/data are installed, including silly things like .svn directories and *~
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
6
4775b4195b4b code pour la generation de captchas
goldfinger
parents:
diff changeset
7