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 1
1
import array
2
+ from time import perf_counter
2
3
3
4
import numpy
4
5
from numpy .testing import assert_allclose
5
6
6
7
from pyproj import Proj , __proj_version__
7
8
8
- try :
9
- from time import perf_counter
10
- except ImportError :
11
- from time import clock as perf_counter
12
-
13
9
14
10
def test_awips221 ():
15
11
params = {}
Original file line number Diff line number Diff line change 5
5
import shutil
6
6
import tempfile
7
7
from contextlib import contextmanager
8
+ from time import perf_counter
8
9
9
10
import numpy
10
11
from numpy .testing import assert_allclose
11
12
12
13
from pyproj import Proj
13
14
14
- try :
15
- from time import perf_counter
16
- except ImportError :
17
- from time import clock as perf_counter
18
-
19
15
20
16
@contextmanager
21
17
def temporary_directory ():
You can’t perform that action at this time.
0 commit comments