Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 601:e1f3b789c632
add a definition of interaction and collision course intervals
| author | Mohamed Gomaa |
|---|---|
| date | Thu, 02 May 2013 11:35:45 -0400 |
| 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 []
