We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109d5d5 commit ca31e6dCopy full SHA for ca31e6d
test/runtests.jl
@@ -46,6 +46,7 @@ end
46
47
@testitem "Pyramid building RGB eltype" begin
48
using PyramidScheme: PyramidScheme as PS
49
+ using DimensionalData
50
using Colors
51
data = rand(RGB, 2000,2000)
52
dd = DimArray(data, (X(1:2000), Y(1:2000)))
0 commit comments