We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5ada4 commit c56f286Copy full SHA for c56f286
test/runtests.jl
@@ -32,6 +32,11 @@ roi = [
32
@test all([!isnothing(match(r"LC08_L2SP_04[23]02[34]_2020", x)) for x in results_2.Name])
33
@test length(results_2.Name) == 6
34
35
+ # Test Filters with Nothing Values
36
+ @test isnothing(LE.acquisition_filter(nothing))
37
+ @test isnothing(LE.spatial_filter(nothing))
38
+ @test isnothing(LE.cloud_filter(nothing))
39
+
40
# Test Scene and Entity ID
41
scene_id = results_2.Name |> first
42
entity_id = results_2.Id |> first
0 commit comments