Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 462:af2222c0c9c0
TTC tested and updatet!
| author | Sohail Zangenehpour <sohail.zangenehpour@mail.mcgill.ca> |
|---|---|
| date | Mon, 03 Feb 2014 15:41:57 -0500 |
| parents | dc1faa7287bd |
| children | bce1fe45d1b2 |
line wrap: on
line source
>>> from storage import * >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") DB Error: no such table: prototypes [] >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') DB Error: no such table: positions DB Error: no such table: velocities []
