Mercurial > hg > nsaunier > traffic-intelligence
comparison trafficintelligence/tests/moving.txt @ 1030:aafbc0bab925
moved method around to avoid cross-dependencies
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 19 Jun 2018 10:04:52 -0400 |
| parents | cc5cb04b04b0 |
| children | fc7c0f38e8a6 |
comparison
equal
deleted
inserted
replaced
| 1029:c6cf75a2ed08 | 1030:aafbc0bab925 |
|---|---|
| 1 >>> from moving import * | 1 >>> from trafficintelligence.moving import * |
| 2 >>> import storage | 2 >>> from trafficintelligence import storage |
| 3 >>> import numpy as np | 3 >>> import numpy as np |
| 4 | 4 |
| 5 >>> Interval().empty() | 5 >>> Interval().empty() |
| 6 True | 6 True |
| 7 >>> Interval(0,1).empty() | 7 >>> Interval(0,1).empty() |
