Skip to content

Commit 973fe26

Browse files
dehannAffie
andauthored
Update test/test_defVariable.jl
Co-authored-by: Johannes Terblanche <[email protected]>
1 parent 764ade6 commit 973fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_defVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct NotAManifold end
2424
@test getDimension(TestVarType2) === 6
2525

2626
@test getPointType(TestVarType1) == Vector{Float64}
27-
# @test getPointType(TestVarType2) == ProductRepr{Tuple{Vector{Float64}, Matrix{Float64}}}
27+
@test getPointType(TestVarType2) == ArrayPartition{FLoat64, Tuple{Vector{Float64}, Matrix{Float64}}}
2828

2929
@test getPointIdentity(TestVarType1) == zeros(3)
3030
@test getPointIdentity(TestVarType2).x[1] == ArrayPartition(zeros(3), diagm(ones(3))).x[1]

0 commit comments

Comments
 (0)