Mercurial > hg > nsaunier > traffic-intelligence
diff python/moving.py @ 1016:9b53be469a36
getting ready for pull request
| author | Wendlasida |
|---|---|
| date | Mon, 04 Jun 2018 15:51:03 -0400 |
| parents | 026f6b3b122c |
| children | d7afc59f6966 |
line wrap: on
line diff
--- a/python/moving.py Mon Jun 04 11:25:49 2018 -0400 +++ b/python/moving.py Mon Jun 04 15:51:03 2018 -0400 @@ -1978,7 +1978,7 @@ axis('equal') -'''if __name__ == "__main__": +if __name__ == "__main__": import doctest import unittest suite = doctest.DocFileSuite('tests/moving.txt') @@ -1989,4 +1989,3 @@ if shapelyAvailable: suite = doctest.DocFileSuite('tests/moving_shapely.txt') unittest.TextTestRunner().run(suite) - for t in newTimeInterval:'''
