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 35e534c commit 5f35ee2Copy full SHA for 5f35ee2
test/test_lazynameddimsarrays.jl
@@ -33,6 +33,8 @@ using WrappedUnions: unwrap
33
@test materialize(l) ≈ a1 * a2 * a3
34
@test issetequal(inds(l), symdiff(inds.((a1, a2, a3))...))
35
@test unwrap(l) isa Mul
36
+ @test unwrap(l).arguments == [l1 * l2, l3]
37
+ # TermInterface.jl
38
@test operation(unwrap(l)) ≡ *
39
@test arguments(unwrap(l)) == [l1 * l2, l3]
40
end
0 commit comments