Skip to content

Commit

Permalink
fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Apr 11, 2024
1 parent 76670e4 commit 23294c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ end
@safetestset "General utils" include("utils.jl")
@safetestset "DataFrames datasets" include("DataFrames/datasets.jl")
@safetestset "YAXArrays datasets" include("YAXArrays/datasets.jl")
@safetestset "Rasters datasets" include("Rasters/datasets.jl")
end

@testset "Axioms" begin
Expand All @@ -23,12 +22,10 @@ end
@safetestset "Built-in types" include("compute_index.jl")
@safetestset "DataFrames" include("DataFrames/compute_index.jl")
@safetestset "YAXArrays" include("YAXArrays/compute_index.jl")
@safetestset "Rasters" include("Rasters/compute_index.jl")
end

@testset "Compute Kernels" begin
@safetestset "Built-in types" include("compute_kernel.jl")
@safetestset "DataFrames" include("DataFrames/compute_kernel.jl")
@safetestset "YAXArrays" include("YAXArrays/compute_kernel.jl")
@safetestset "Rasters" include("Rasters/compute_kernel.jl")
end

0 comments on commit 23294c3

Please sign in to comment.