Skip to content

Commit 4f5852a

Browse files
committed
🍽 Add test for rasterize module
1 parent bfa83a8 commit 4f5852a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

‎test/runtests.jl‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ 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)
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)

0 commit comments

Comments
 (0)