Skip to content

Commit

Permalink
not a great practice
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall committed Apr 19, 2024
1 parent 9385dda commit 8466b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module BONTestStack
using SpeciesDistributionToolkit
using Test

nl = 10
#=nl = 10
layers = [rand(50,50) for i in 1:nl]
@test typeof(BiodiversityObservationNetworks.stack(layers)) <: Array{T,3} where T
Expand All @@ -17,4 +17,5 @@ module BONTestStack
layers = [temp,precip,elevation]
@test typeof(BiodiversityObservationNetworks.stack(layers)) <: Array{T,3} where T
=#
end

0 comments on commit 8466b46

Please sign in to comment.