Skip to content

Commit 764ade6

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

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
@@ -40,7 +40,7 @@ struct NotAManifold end
4040
@test getDimension(TestVarType2()) === 6
4141

4242
@test getPointType(TestVarType1()) == Vector{Float64}
43-
# @test getPointType(TestVarType2()) == ProductRepr{Tuple{Vector{Float64}, Matrix{Float64}}}
43+
@test getPointType(TestVarType2()) == ArrayPartition{Float64, Tuple{Vector{Float64}, Matrix{Float64}}}
4444

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

0 commit comments

Comments
 (0)