We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rasterize
1 parent bfa83a8 commit 4f5852aCopy full SHA for 4f5852a
1 file changed
‎test/runtests.jl‎
@@ -3,8 +3,9 @@ using CondaPkg
3
using PythonCall
4
using Test
5
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)
+@test !PythonCall.pyisnull(FastPointQuery.np )
+@test !PythonCall.pyisnull(FastPointQuery.shapely )
+@test !PythonCall.pyisnull(FastPointQuery.o3d )
+@test !PythonCall.pyisnull(FastPointQuery.trimesh )
+@test !PythonCall.pyisnull(FastPointQuery.rasterio )
11
+@test !PythonCall.pyisnull(FastPointQuery.rasterize)
0 commit comments