Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 240:d2b68111f87e
added module for extrapolation
| author | Sarah@Sarah-PC.polymtl.ca |
|---|---|
| date | Fri, 13 Jul 2012 17:08:31 -0400 |
| parents | 5e2983b05d4e |
| children | dc1faa7287bd |
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 []
