Mercurial > hg > nsaunier > traffic-intelligence
view trafficintelligence/run-tests.sh @ 1104:1c59091853e0
generalization of motion prediction methods to curvilinear trajectories
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 11 Mar 2019 15:41:05 -0400 |
| parents | 75a6ad604cc5 |
| children |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python3 $f done
