Mercurial > hg > nsaunier > traffic-intelligence
diff python/tests/moving.txt @ 746:e7ff0f60fef8
merged new developments (indicator and trajectory clustering)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 10 Sep 2015 15:52:45 -0400 |
| parents | ad31520e81b5 |
| children | f8e0a8ea8402 |
line wrap: on
line diff
--- a/python/tests/moving.txt Mon Aug 10 01:06:59 2015 -0400 +++ b/python/tests/moving.txt Thu Sep 10 15:52:45 2015 -0400 @@ -38,7 +38,7 @@ 2 >>> TimeInterval(20,30).distance(TimeInterval(3,15)) 5 ->>> unionIntervals([TimeInterval(3,6), TimeInterval(8,10),TimeInterval(11,15)]) +>>> TimeInterval.unionIntervals([TimeInterval(3,6), TimeInterval(8,10),TimeInterval(11,15)]) [3, 15] >>> Point(3,4)-Point(1,7)
