Mercurial > hg > nsaunier > traffic-intelligence
changeset 954:030b16ab4f64
bug corrected
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 28 Jul 2017 13:50:42 -0400 |
| parents | 989917b1ed85 |
| children | a15e843af55a |
| files | python/events.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/events.py Tue Jul 25 17:36:07 2017 -0400 +++ b/python/events.py Fri Jul 28 13:50:42 2017 -0400 @@ -296,7 +296,7 @@ if computeMotionPrediction: inter.computeCrossingsCollisions(predictionParameters, collisionDistanceThreshold, timeHorizon, computeCZ, debug, timeInterval) if computePET: - inter.computePET(collisionDistanceTreshold) + inter.computePET(collisionDistanceThreshold) return interactions def aggregateSafetyPoints(interactions, pointType = 'collision'):
