diff trafficintelligence/tests/moving.txt @ 1187:25c85a7ecf09

merged
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 21 Jun 2022 17:06:21 -0400
parents dc28364f34b9
children 69b531c7a061
line wrap: on
line diff
--- a/trafficintelligence/tests/moving.txt	Tue Jun 21 17:06:06 2022 -0400
+++ b/trafficintelligence/tests/moving.txt	Tue Jun 21 17:06:21 2022 -0400
@@ -335,9 +335,9 @@
 >>> f12.getVelocities().length()
 5
 
->>> o14, f14 = MovingObject.concatenate(o1, o4, 16)
+>>> o14, f14 = MovingObject.concatenate(o1, o4, 16, 16)
 >>> len(o14.getFeatures())
-2
+3
 >>> o14.getPositionAtInstant(10) == o1.getPositionAtInstant(10)
 True
 >>> o14.getPositionAtInstant(11) == o4.getPositionAtInstant(11)