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 998432b commit 9a94f7aCopy full SHA for 9a94f7a
test/utils_test.jl
@@ -27,7 +27,6 @@ AofuSA = [@SVector [2.0u"kg",3.0u"kg"] for i in 1:5]
27
@test recursive_unitless_eltype(AofuSA) == SVector{2,Float64}
28
29
A = [ArrayPartition(ones(1),ones(1)),]
30
-@test repr("text/plain", A) == "1-element Array{ArrayPartition{Float64,Tuple{Array{Float64,1},Array{Float64,1}}},1}:\n ([1.0], [1.0])"
31
32
function test_recursive_bottom_eltype()
33
function test_value(val::Any, expected_type::Type)
0 commit comments