File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11import array
2+ from time import perf_counter
23
34import numpy
45from numpy .testing import assert_allclose
56
67from pyproj import Proj , __proj_version__
78
8- try :
9- from time import perf_counter
10- except ImportError :
11- from time import clock as perf_counter
12-
139
1410def test_awips221 ():
1511 params = {}
Original file line number Diff line number Diff line change 55import shutil
66import tempfile
77from contextlib import contextmanager
8+ from time import perf_counter
89
910import numpy
1011from numpy .testing import assert_allclose
1112
1213from pyproj import Proj
1314
14- try :
15- from time import perf_counter
16- except ImportError :
17- from time import clock as perf_counter
18-
1915
2016@contextmanager
2117def temporary_directory ():
You can’t perform that action at this time.
0 commit comments