File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ dependencies:
27
27
- pytest
28
28
- pytest-mpl
29
29
- pytest-cov
30
+ - pytest-xdist
30
31
- twine
31
32
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies:
27
27
- pytest
28
28
- pytest-mpl
29
29
- pytest-cov
30
+ - pytest-xdist
30
31
- twine
31
32
32
33
# docs
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ dependencies:
27
27
- pytest
28
28
- pytest-mpl
29
29
- pytest-cov
30
+ - pytest-xdist
30
31
- twine
Original file line number Diff line number Diff line change 7
7
import pandana as pdna
8
8
9
9
10
- p = quilt3 .Package .browse ('osm/metro_networks_8k' , "s3://spatial-ucr/" )
11
- p ['40900.h5' ].fetch ()
12
- net = pdna .Network .from_hdf5 ('40900.h5' )
13
-
14
10
def test_multiscalar ():
11
+ p = quilt3 .Package .browse ('osm/metro_networks_8k' , "s3://spatial-ucr/" )
12
+ p ['40900.h5' ].fetch ()
13
+ net = pdna .Network .from_hdf5 ('40900.h5' )
14
+
15
15
s_map = gpd .read_file (load_example ("Sacramento1" ).get_path ("sacramentot2.shp" ))
16
16
df = s_map .to_crs (s_map .estimate_utm_crs ())
17
17
profile = compute_multiscalar_profile (
@@ -26,6 +26,11 @@ def test_multiscalar():
26
26
27
27
28
28
def test_multiscalar_network ():
29
+
30
+ p = quilt3 .Package .browse ('osm/metro_networks_8k' , "s3://spatial-ucr/" )
31
+ p ['40900.h5' ].fetch ()
32
+ net = pdna .Network .from_hdf5 ('40900.h5' )
33
+
29
34
s_map = gpd .read_file (load_example ("Sacramento1" ).get_path ("sacramentot2.shp" ))
30
35
df = s_map .to_crs (s_map .estimate_utm_crs ())
31
36
profile = compute_multiscalar_profile (
You can’t perform that action at this time.
0 commit comments