view trafficintelligence/run-tests.sh @ 1100:1e833fd8490d

working version of Newell car following model
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 20 Feb 2019 16:16:19 -0500
parents 75a6ad604cc5
children
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python3 $f
done