comparison python/tests/storage.txt @ 256:dc1faa7287bd

added the normal adaptation class
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 24 Jul 2012 01:37:21 -0400
parents 5e2983b05d4e
children bce1fe45d1b2
comparison
equal deleted inserted replaced
255:13ec22bec5d4 256:dc1faa7287bd
3 >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") 3 >>> loadPrototypeMatchIndexesFromSqlite("nonexistent")
4 DB Error: no such table: prototypes 4 DB Error: no such table: prototypes
5 [] 5 []
6 >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') 6 >>> loadTrajectoriesFromSqlite("nonexistent", 'feature')
7 DB Error: no such table: positions 7 DB Error: no such table: positions
8 DB Error: no such table: velocities
8 [] 9 []