Mercurial > hg > nsaunier > traffic-intelligence
annotate python/run-tests.sh @ 775:56153d439f8c dev
updated sample parameters in tracking.cfg to good parameters from the TRB paper Morse et al 2016
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 05 Feb 2016 12:28:18 -0500 |
| parents | da665302c88d |
| children | 933670761a57 |
| rev | line source |
|---|---|
|
255
13ec22bec5d4
corrected typos and bugs and added a test
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
1 #!/bin/sh |
|
13ec22bec5d4
corrected typos and bugs and added a test
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
2 # for file in tests/*... basename |
|
489
000bddf84ad0
corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
282
diff
changeset
|
3 for f in ./*.py |
|
000bddf84ad0
corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
282
diff
changeset
|
4 do |
|
000bddf84ad0
corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
282
diff
changeset
|
5 python $f |
|
000bddf84ad0
corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
282
diff
changeset
|
6 done |
|
648
da665302c88d
added some tutorial code as tests to avoid tutorial to become out of sync with code changes
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
589
diff
changeset
|
7 for f in ./tests/*.py |
|
da665302c88d
added some tutorial code as tests to avoid tutorial to become out of sync with code changes
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
589
diff
changeset
|
8 do |
|
da665302c88d
added some tutorial code as tests to avoid tutorial to become out of sync with code changes
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
589
diff
changeset
|
9 python $f |
|
da665302c88d
added some tutorial code as tests to avoid tutorial to become out of sync with code changes
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
589
diff
changeset
|
10 done |
