Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 604:8ba4b8ad4c86
Motion Pattern Method
| author | MohamedGomaa |
|---|---|
| date | Tue, 15 Jul 2014 13:25:15 -0400 |
| parents | bce1fe45d1b2 |
| children | 36605d843be5 |
line wrap: on
line source
>>> from storage import * >>> f = openCheck('non_existant_file.txt') File non_existant_file.txt could not be opened. >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") DB Error: no such table: prototypes [] >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') DB Error: no such table: positions DB Error: no such table: velocities []
