# HG changeset patch # User Nicolas Saunier # Date 1501264242 14400 # Node ID 030b16ab4f64264ba6af294f0bd45e73d73c7e17 # Parent 989917b1ed85e496028b7d91310550cf9e741062 bug corrected diff -r 989917b1ed85 -r 030b16ab4f64 python/events.py --- 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'):