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 aa1b655 commit 5c5abd6Copy full SHA for 5c5abd6
NDTensors/src/lib/GradedAxes/test/test_dual.jl
@@ -61,6 +61,8 @@ end
61
ad = dual(a)
62
@test ad isa GradedUnitRangeDual
63
@test eltype(ad) == LabelledInteger{Int,U1}
64
+ @test blocklengths(ad) isa Vector
65
+ @test eltype(blocklengths(ad)) == eltype(blocklengths(a))
66
67
@test space_isequal(dual(ad), a)
68
@test space_isequal(nondual(ad), a)
0 commit comments