Skip to content

Commit 1d18f01

Browse files
committed
Update rasterio dependency version and adjust test formatting
1 parent 82d55bc commit 1d18f01

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

CondaPkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trimesh = ">=4.6"
88
rtree = ">=1.4"
99
scipy = ">=1.15"
1010
meshio = ">=5.3"
11+
rasterio = ">=1.4.3"
1112

1213
[pip.deps]
13-
rasterio = "==1.4.1"
1414
pysplashsurf = "==0.12.0.1"

test/runtests.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ using CondaPkg
33
using PythonCall
44
using Test
55

6-
@test !PythonCall.pyisnull(FastPointQuery.np )
7-
@test !PythonCall.pyisnull(FastPointQuery.shapely )
8-
@test !PythonCall.pyisnull(FastPointQuery.o3d )
9-
@test !PythonCall.pyisnull(FastPointQuery.trimesh )
10-
@test !PythonCall.pyisnull(FastPointQuery.rasterio )
11-
@test !PythonCall.pyisnull(FastPointQuery.rasterize)
12-
@test !PythonCall.pyisnull(FastPointQuery.pyjson )
6+
@test !PythonCall.pyisnull(FastPointQuery.np )
7+
@test !PythonCall.pyisnull(FastPointQuery.shapely )
8+
@test !PythonCall.pyisnull(FastPointQuery.o3d )
9+
@test !PythonCall.pyisnull(FastPointQuery.trimesh )
10+
@test !PythonCall.pyisnull(FastPointQuery.rasterio )
11+
@test !PythonCall.pyisnull(FastPointQuery.rasterize )
12+
@test !PythonCall.pyisnull(FastPointQuery.pyjson )
1313
@test !PythonCall.pyisnull(FastPointQuery.splashsurf)
14-
@test !PythonCall.pyisnull(FastPointQuery.meshio )
14+
@test !PythonCall.pyisnull(FastPointQuery.meshio )

0 commit comments

Comments
 (0)